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

/barrelfish-master/include/lwip2/lwip/
H A Dip6_addr.h160 #define ip6_addr_isuniquelocal(ip6addr) (((ip6addr)->addr[0] & PP_HTONL(0xfe000000UL)) == PP_HTONL(0xfc000000UL)) macro

Completed in 71 milliseconds