HomeSort by relevance Sort by last modified time
    Searched refs:IPV6_ADDR_SCOPE_GLOBAL (Results 51 - 55 of 55) sorted by null

1 23

  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/netinet/
in6.h 76 #define IPV6_ADDR_SCOPE_GLOBAL 0x0e
95 (IPV6_ADDR_MC_SCOPE(a) == IPV6_ADDR_SCOPE_GLOBAL))
  /bionic/libc/include/netinet/
in6.h 75 #define IPV6_ADDR_SCOPE_GLOBAL 0x0e
88 (IN6_IS_ADDR_MULTICAST(a) && (IPV6_ADDR_MC_SCOPE(a) == IPV6_ADDR_SCOPE_GLOBAL))
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-darwin/
IN.py 249 IPV6_ADDR_SCOPE_GLOBAL = 0x0e
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-darwin/
IN.py 249 IPV6_ADDR_SCOPE_GLOBAL = 0x0e
  /bionic/libc/dns/net/
getaddrinfo.c     [all...]

Completed in 813 milliseconds

1 23