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

/freebsd-current/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dipv6.h119 #define IN6_IS_ADDR_SITELOCAL(a) (\ macro
/freebsd-current/contrib/ntp/libntp/lib/isc/unix/include/isc/
H A Dnet.h155 #define IN6_IS_ADDR_SITELOCAL(a) \ macro
220 #undef IN6_IS_ADDR_SITELOCAL macro
221 #define IN6_IS_ADDR_SITELOCAL(a) (((a)->S6_un.S6_l[0] & 0xC0FF) == 0xC0FE) macro
/freebsd-current/sys/netinet6/
H A Din6.h293 #define IN6_IS_ADDR_SITELOCAL(a) \ macro

Completed in 79 milliseconds