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

  /bionic/tests/headers/posix/
netinet_in_h.c 116 #if !defined(IN6_IS_ADDR_V4COMPAT)
117 #error IN6_IS_ADDR_V4COMPAT
  /bionic/libc/include/netinet/
in6.h 48 #define IN6_IS_ADDR_V4COMPAT(a) \
  /external/python/cpython2/Lib/plat-darwin/
IN.py 241 def IN6_IS_ADDR_V4COMPAT(a): return \
  /external/python/cpython2/Lib/plat-freebsd4/
IN.py 249 def IN6_IS_ADDR_V4COMPAT(a): return \
  /external/python/cpython2/Lib/plat-freebsd5/
IN.py 249 def IN6_IS_ADDR_V4COMPAT(a): return \
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-darwin/
IN.py 241 def IN6_IS_ADDR_V4COMPAT(a): return \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-darwin/
IN.py 241 def IN6_IS_ADDR_V4COMPAT(a): return \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in.h 433 # define IN6_IS_ADDR_V4COMPAT(a) \
475 # define IN6_IS_ADDR_V4COMPAT(a) \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 92 int IN6_IS_ADDR_V4COMPAT(const struct in6_addr *);
111 WS2TCPIP_INLINE int IN6_IS_ADDR_V4COMPAT(const struct in6_addr *a) { return ((a->s6_words[0]==0) && (a->s6_words[1]==0) && (a->s6_words[2]==0) && (a->s6_words[3]==0) && (a->s6_words[4]==0) && (a->s6_words[5]==0) && !((a->s6_words[6]==0) && (a->s6_addr[14]==0) && ((a->s6_addr[15]==0) || (a->s6_addr[15]==1)))); }
  /external/iputils/ninfod/
ninfod_addrs.c 141 } else if (IN6_IS_ADDR_V4COMPAT(ifaddr) ||
  /external/python/cpython2/Lib/plat-irix6/
IN.py 334 def IN6_IS_ADDR_V4COMPAT(p): return IS_COMPATADDR6(*p)
  /device/linaro/bootloader/edk2/StdLib/Include/netinet6/
in6.h 273 #define IN6_IS_ADDR_V4COMPAT(a) \
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 400 def IN6_IS_ADDR_V4COMPAT(a): return \
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 417 def IN6_IS_ADDR_V4COMPAT(a): return \
  /external/python/cpython2/Lib/plat-freebsd8/
IN.py 417 def IN6_IS_ADDR_V4COMPAT(a): return \
  /external/python/cpython2/Lib/plat-linux2/
IN.py 605 def IN6_IS_ADDR_V4COMPAT(a): return \
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 605 def IN6_IS_ADDR_V4COMPAT(a): return \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 605 def IN6_IS_ADDR_V4COMPAT(a): return \
  /external/python/cpython2/Lib/plat-atheos/
IN.py 934 def IN6_IS_ADDR_V4COMPAT(a): return \
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 1341 def IN6_IS_ADDR_V4COMPAT(addr): return \
1343 def IN6_IS_ADDR_V4COMPAT(addr): return \
  /bionic/libc/dns/net/
getaddrinfo.c     [all...]
gethnamaddr.c 887 IN6_IS_ADDR_V4COMPAT((const struct in6_addr *)addr))) {
    [all...]

Completed in 224 milliseconds