Searched defs:IP6_ADDR_BLOCK3 (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/include/lwip2/lwip/
H A Dip6_addr.h82 #define IP6_ADDR_BLOCK3(ip6addr) ((u16_t)((lwip_htonl((ip6addr)->addr[1]) >> 16) & 0xffff)) macro

Completed in 27 milliseconds