HomeSort by relevance Sort by last modified time
    Searched defs:IPV6_ADDR_SCOPE_SITELOCAL (Results 51 - 54 of 54) sorted by null

1 23

  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/netinet/
in6.h 74 #define IPV6_ADDR_SCOPE_SITELOCAL 0x05
89 (IPV6_ADDR_MC_SCOPE(a) == IPV6_ADDR_SCOPE_SITELOCAL))
  /bionic/libc/include/netinet/
in6.h 73 #define IPV6_ADDR_SCOPE_SITELOCAL 0x05
84 (IN6_IS_ADDR_MULTICAST(a) && (IPV6_ADDR_MC_SCOPE(a) == IPV6_ADDR_SCOPE_SITELOCAL))
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-darwin/
IN.py 247 IPV6_ADDR_SCOPE_SITELOCAL = 0x05
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-darwin/
IN.py 247 IPV6_ADDR_SCOPE_SITELOCAL = 0x05

Completed in 496 milliseconds

1 23