Searched defs:IN6_IS_ADDR_SITELOCAL (Results 1 – 3 of 3) sorted by relevance
155 #define IN6_IS_ADDR_SITELOCAL(a) \ macro221 #define IN6_IS_ADDR_SITELOCAL(a) (((a)->S6_un.S6_l[0] & 0xC0FF) == 0xC0FE) macro
119 #define IN6_IS_ADDR_SITELOCAL(a) (\ macro
293 #define IN6_IS_ADDR_SITELOCAL(a) \ macro