HomeSort by relevance Sort by last modified time
    Searched defs:IN6_IS_ADDR_V4MAPPED (Results 1 - 5 of 5) sorted by null

  /bionic/libc/include/netinet/
in6.h 54 #define IN6_IS_ADDR_V4MAPPED(a) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in.h 426 # define IN6_IS_ADDR_V4MAPPED(a) \
470 # define IN6_IS_ADDR_V4MAPPED(a) \
  /device/linaro/bootloader/edk2/StdLib/Include/netinet6/
in6.h 283 #define IN6_IS_ADDR_V4MAPPED(a) \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 91 int IN6_IS_ADDR_V4MAPPED(const struct in6_addr *);
110 WS2TCPIP_INLINE int IN6_IS_ADDR_V4MAPPED(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]==0xffff)); }
  /external/python/cpython2/Lib/plat-irix6/
IN.py 332 def IN6_IS_ADDR_V4MAPPED(p): return IS_IPV4ADDR6(*p)

Completed in 590 milliseconds