Contiki-NG
Macros | Functions

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...
 

Detailed Description

Header file for the IP address manipulation library.

Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se

Definition in file uiplib.h.