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

/barrelfish-master/include/lwip2/lwip/
H A Dip6_addr.h158 #define ip6_addr_issitelocal(ip6addr) (((ip6addr)->addr[0] & PP_HTONL(0xffc00000UL)) == PP_HTONL(0xfec00000UL)) macro

Completed in 80 milliseconds