![]() |
Contiki-NG
|
Implementation of the IP address manipulation library. More...
#include "net/ipv6/uip.h"#include "net/ipv6/uiplib.h"#include "net/ipv6/ip64-addr.h"#include <string.h>#include <stdio.h>#include "sys/log.h"Go to the source code of this file.
Functions | |
| void | uiplib_ipaddr_print (const uip_ipaddr_t *addr) |
| Print an IP address using printf(). | |
| int | uiplib_ipaddr_snprint (char *buf, size_t size, const uip_ipaddr_t *addr) |
| Write at most size - 1 characters of the IP address to the output string. | |
Implementation of the IP address manipulation library.
Definition in file uiplib.c.