49 void uip_debug_ipaddr_print(
const uip_ipaddr_t *
addr);
51 #if (DEBUG) & DEBUG_PRINT
52 #define PRINT6ADDR(addr) uip_debug_ipaddr_print(addr)
54 #define PRINT6ADDR(addr)
static uip_ds6_addr_t * addr
Pointer to a router list entry.
A set of debugging macros for the netstack
Header file for the uIP TCP/IP stack.