dcd22c99a1
Added function for IP packet processing, that performs a translation of link layer addresses inside IPv6 NAs from EUI-64 into EUI-48 format.
7 lines
126 B
C
7 lines
126 B
C
#ifndef IP_PROCESS_H
|
|
#define IP_PROCESS_H
|
|
|
|
u16_t ip_process(unsigned char *buf, unsigned int len);
|
|
|
|
#endif /* IP_PROCESS_H */
|