Contiki-NG
Functions

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(). More...
 
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. More...
 

Detailed Description

Implementation of the IP address manipulation library.

Author
Nicolas Tsiftes nvt@s.nosp@m.ics..nosp@m.se Niclas Finne nfi@s.nosp@m.ics..nosp@m.se Joakim Eriksson joaki.nosp@m.me@s.nosp@m.ics.s.nosp@m.e

Definition in file uiplib.c.