|
Contiki-NG
|
Header file for the IP address manipulation library. More...
#include "net/ipv6/uip.h"Go to the source code of this file.
Macros | |
| #define | uiplib_ipaddrconv uiplib_ip6addrconv |
| Convert a textual representation of an IP address to a numerical representation. More... | |
Functions | |
| void | uiplib_ipaddr_print (const uip_ipaddr_t *addr) |
| Print an IP address using printf(). More... | |
| int | uiplib_ipaddr_snprint (char *buffer, size_t size, const uip_ipaddr_t *addr) |
| Write at most size - 1 characters of the IP address to the output string. More... | |
Header file for the IP address manipulation library.
Definition in file uiplib.h.
1.8.13