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

/bind-9.6-ESV-R11/lib/isc/win32/include/isc/
H A Dipv6.h118 #ifndef IN6_IS_ADDR_SITELOCAL
119 #define IN6_IS_ADDR_SITELOCAL(a) (\ macro
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dipv6.h145 #define IN6_IS_ADDR_SITELOCAL(a) \ macro
/bind-9.6-ESV-R11/lib/isc/unix/include/isc/
H A Dnet.h153 #ifndef IN6_IS_ADDR_SITELOCAL
155 #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

Completed in 17 milliseconds