44 uip_debug_ipaddr_print(
const uip_ipaddr_t *
addr)
46 #if NETSTACK_CONF_WITH_IPV6
50 for(i = 0, f = 0; i <
sizeof(uip_ipaddr_t); i += 2) {
51 a = (addr->u8[i] << 8) + addr->u8[i + 1];
52 if(a == 0 && f >= 0) {
67 PRINTA(
"%u.%u.%u.%u", addr->u8[0], addr->u8[1], addr->u8[2], addr->u8[3]);
static uip_ds6_addr_t * addr
Pointer to a router list entry.
Header file for debugging functions used by the CC2530DK port.
A set of debugging macros for the IP stack