HomeSort by relevance Sort by last modified time
    Searched refs:IN6_IS_ADDR_LOOPBACK (Results 76 - 91 of 91) sorted by null

1 2 34

  /external/chromium_org/net/base/
net_util_posix.cc 196 if (IN6_IS_ADDR_LOOPBACK(sin6_addr) ||
net_util.cc 774 if (IN6_IS_ADDR_LOOPBACK(sin6_addr) || IN6_IS_ADDR_LINKLOCAL(sin6_addr))
1003 return !!IN6_IS_ADDR_LOOPBACK(&sin6_addr);
    [all...]
  /external/tcpdump/missing/
getnameinfo.c 188 else if (IN6_IS_ADDR_LOOPBACK(&sin6->sin6_addr))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-darwin/
IN.py 239 def IN6_IS_ADDR_LOOPBACK(a): return \
  /bionic/libc/dns/net/
getnameinfo.c 252 else if (IN6_IS_ADDR_LOOPBACK(&sin6->sin6_addr))
getaddrinfo.c     [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/
in6.h 263 #define IN6_IS_ADDR_LOOPBACK(a) \
  /external/iputils/ninfod/
ninfod_core.c 386 IN6_IS_ADDR_LOOPBACK(saddr)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netinet/
in.h 405 #define IN6_IS_ADDR_LOOPBACK(a) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
in.h 405 #define IN6_IS_ADDR_LOOPBACK(a) \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 597 def IN6_IS_ADDR_LOOPBACK(a): return \
  /external/mdnsresponder/mDNSShared/
CommonServices.h 502 ? IN6_IS_ADDR_LOOPBACK( &( (const struct sockaddr_in6 *)( SA ) )->sin6_addr ) \
522 : IN6_IS_ADDR_LOOPBACK( &( (const struct sockaddr_in6 *)( SA ) )->sin6_addr ) )
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_asconf.c     [all...]
sctp_pcb.c 738 (IN6_IS_ADDR_LOOPBACK(&sin6->sin6_addr))) {
    [all...]
sctp_output.c     [all...]
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_transport_impl.cc     [all...]

Completed in 3316 milliseconds

1 2 34