HomeSort by relevance Sort by last modified time
    Searched refs:IN6_IS_ADDR_LOOPBACK (Results 1 - 25 of 32) sorted by null

1 2

  /bionic/tests/headers/posix/
netinet_in_h.c 101 #if !defined(IN6_IS_ADDR_LOOPBACK)
102 #error IN6_IS_ADDR_LOOPBACK
  /bionic/libc/include/netinet/
in6.h 42 #define IN6_IS_ADDR_LOOPBACK(a) \
  /external/iputils/ninfod/
ninfod_addrs.c 139 IN6_IS_ADDR_LOOPBACK(ifaddr)) {
187 if (!IN6_IS_ADDR_LOOPBACK((struct in6_addr *)subject) &&
ninfod_core.c 386 IN6_IS_ADDR_LOOPBACK(saddr)))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 87 int IN6_IS_ADDR_LOOPBACK(const struct in6_addr *);
106 WS2TCPIP_INLINE int IN6_IS_ADDR_LOOPBACK(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_words[7]==0x0100)); }
118 WS2TCPIP_INLINE int IN6ADDR_ISLOOPBACK(const struct sockaddr_in6 *a) { return ((a->sin6_family==AF_INET6) && IN6_IS_ADDR_LOOPBACK(&a->sin6_addr)); }
  /external/python/cpython2/Lib/plat-darwin/
IN.py 239 def IN6_IS_ADDR_LOOPBACK(a): return \
  /external/python/cpython2/Lib/plat-freebsd4/
IN.py 247 def IN6_IS_ADDR_LOOPBACK(a): return \
  /external/python/cpython2/Lib/plat-freebsd5/
IN.py 247 def IN6_IS_ADDR_LOOPBACK(a): return \
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-darwin/
IN.py 239 def IN6_IS_ADDR_LOOPBACK(a): return \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-darwin/
IN.py 239 def IN6_IS_ADDR_LOOPBACK(a): return \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in.h 408 # define IN6_IS_ADDR_LOOPBACK(a) \
456 # define IN6_IS_ADDR_LOOPBACK(a) \
  /system/netd/server/
SockDiag.cpp 260 IN6_IS_ADDR_LOOPBACK(src) || IN6_IS_ADDR_LOOPBACK(dst) ||
  /bionic/libc/dns/net/
getnameinfo.c 249 else if (IN6_IS_ADDR_LOOPBACK(&sin6->sin6_addr))
  /external/python/cpython2/Lib/plat-irix6/
IN.py 324 def IN6_IS_ADDR_LOOPBACK(p): return IS_LOOPADDR6(*p)
  /system/netd/tests/
sock_diag_test.cpp 130 IN6_IS_ADDR_LOOPBACK(saddr) ||
  /bionic/tests/
ifaddrs_test.cpp 66 ASSERT_TRUE(IN6_IS_ADDR_LOOPBACK(&sa_inet6->sin6_addr));
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnameinfo.c 269 else if (IN6_IS_ADDR_LOOPBACK(&sin6->sin6_addr))
  /device/linaro/bootloader/edk2/StdLib/Include/netinet6/
in6.h 264 #define IN6_IS_ADDR_LOOPBACK(a) \
  /external/libcups/cups/
http-addr.c 293 IN6_IS_ADDR_LOOPBACK(&(addr->ipv6.sin6_addr)))
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 398 def IN6_IS_ADDR_LOOPBACK(a): return \
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 415 def IN6_IS_ADDR_LOOPBACK(a): return \
  /external/python/cpython2/Lib/plat-freebsd8/
IN.py 415 def IN6_IS_ADDR_LOOPBACK(a): return \
  /external/python/cpython2/Lib/plat-linux2/
IN.py 597 def IN6_IS_ADDR_LOOPBACK(a): return \
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 597 def IN6_IS_ADDR_LOOPBACK(a): return \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 597 def IN6_IS_ADDR_LOOPBACK(a): return \

Completed in 192 milliseconds

1 2