HomeSort by relevance Sort by last modified time
    Searched refs:IN6_IS_ADDR_MC_SITELOCAL (Results 1 - 22 of 22) sorted by null

  /bionic/tests/headers/posix/
netinet_in_h.c 125 #if !defined(IN6_IS_ADDR_MC_SITELOCAL)
126 #error IN6_IS_ADDR_MC_SITELOCAL
  /bionic/libc/include/netinet/
in6.h 84 #define IN6_IS_ADDR_MC_SITELOCAL(a) \
  /external/python/cpython2/Lib/plat-darwin/
IN.py 263 def IN6_IS_ADDR_MC_SITELOCAL(a): return \
273 def IN6_IS_ADDR_MC_SITELOCAL(a): return \
  /external/python/cpython2/Lib/plat-freebsd4/
IN.py 271 def IN6_IS_ADDR_MC_SITELOCAL(a): return \
281 def IN6_IS_ADDR_MC_SITELOCAL(a): return \
  /external/python/cpython2/Lib/plat-freebsd5/
IN.py 271 def IN6_IS_ADDR_MC_SITELOCAL(a): return \
281 def IN6_IS_ADDR_MC_SITELOCAL(a): return \
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-darwin/
IN.py 263 def IN6_IS_ADDR_MC_SITELOCAL(a): return \
273 def IN6_IS_ADDR_MC_SITELOCAL(a): return \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-darwin/
IN.py 263 def IN6_IS_ADDR_MC_SITELOCAL(a): return \
273 def IN6_IS_ADDR_MC_SITELOCAL(a): return \
  /device/linaro/bootloader/edk2/StdLib/Include/netinet6/
in6.h 340 #define IN6_IS_ADDR_MC_SITELOCAL(a) \
356 #define IN6_IS_ADDR_MC_SITELOCAL(a) \
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 426 def IN6_IS_ADDR_MC_SITELOCAL(a): return \
436 def IN6_IS_ADDR_MC_SITELOCAL(a): return \
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 443 def IN6_IS_ADDR_MC_SITELOCAL(a): return \
453 def IN6_IS_ADDR_MC_SITELOCAL(a): return \
  /external/python/cpython2/Lib/plat-freebsd8/
IN.py 443 def IN6_IS_ADDR_MC_SITELOCAL(a): return \
453 def IN6_IS_ADDR_MC_SITELOCAL(a): return \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 95 int IN6_IS_ADDR_MC_SITELOCAL(const struct in6_addr *);
114 WS2TCPIP_INLINE int IN6_IS_ADDR_MC_SITELOCAL(const struct in6_addr *a) { return IN6_IS_ADDR_MULTICAST(a) && ((a->s6_bytes[1] & 0xf)==5); }
  /external/python/cpython2/Lib/plat-irix6/
IN.py 340 def IN6_IS_ADDR_MC_SITELOCAL(p): return \
  /external/python/cpython2/Lib/plat-linux2/
IN.py 611 def IN6_IS_ADDR_MC_SITELOCAL(a): return \
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 611 def IN6_IS_ADDR_MC_SITELOCAL(a): return \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 611 def IN6_IS_ADDR_MC_SITELOCAL(a): return \
  /external/python/cpython2/Lib/plat-atheos/
IN.py 940 def IN6_IS_ADDR_MC_SITELOCAL(a): return \
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 94 def IN6_IS_ADDR_MC_SITELOCAL(a): return \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in.h 508 #define IN6_IS_ADDR_MC_SITELOCAL(a) \
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 1357 def IN6_IS_ADDR_MC_SITELOCAL(addr): return \
1359 def IN6_IS_ADDR_MC_SITELOCAL(addr): return \
  /bionic/libc/dns/net/
getaddrinfo.c 1275 if (IN6_IS_ADDR_SITELOCAL(a6) || IN6_IS_ADDR_MC_SITELOCAL(a6))
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 1044 if (IN6_IS_ADDR_SITELOCAL(a6) || IN6_IS_ADDR_MC_SITELOCAL(a6))
    [all...]

Completed in 380 milliseconds