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

/bionic/libc/include/netinet/
H A Din6.h74 #define IPV6_ADDR_SCOPE_SITELOCAL 0x05 macro
85 (IN6_IS_ADDR_MULTICAST(a) && (IPV6_ADDR_MC_SCOPE(a) == IPV6_ADDR_SCOPE_SITELOCAL))
/bionic/tools/versioner/current/netinet/
H A Din6.h74 #define IPV6_ADDR_SCOPE_SITELOCAL 0x05 macro
85 (IN6_IS_ADDR_MULTICAST(a) && (IPV6_ADDR_MC_SCOPE(a) == IPV6_ADDR_SCOPE_SITELOCAL))

Completed in 512 milliseconds