HomeSort by relevance Sort by last modified time
    Searched refs:IN6_IS_ADDR_LINKLOCAL (Results 76 - 100 of 103) sorted by null

1 2 34 5

  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/
in6.h 309 #define IN6_IS_ADDR_LINKLOCAL(a) \
367 ((IN6_IS_ADDR_LINKLOCAL(a)) || \
  /external/dnsmasq/src/
bpf.c 107 if (!(daemon->options & OPT_NOWILD) && IN6_IS_ADDR_LINKLOCAL(addr))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-darwin/
IN.py 255 def IN6_IS_ADDR_LINKLOCAL(a): return \
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_asconf.c     [all...]
sctp_pcb.c 741 if (IN6_IS_ADDR_LINKLOCAL(&sin6->sin6_addr)) {
1025 if (IN6_IS_ADDR_LINKLOCAL(&sin6->sin6_addr)) {
    [all...]
sctp_sysctl.c 345 if (IN6_IS_ADDR_LINKLOCAL(&sin6->sin6_addr)) {
    [all...]
sctp_output.c 1949 (IN6_IS_ADDR_LINKLOCAL(&sin6->sin6_addr))) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 84 int IN6_IS_ADDR_LINKLOCAL(const struct in6_addr *);
104 WS2TCPIP_INLINE int IN6_IS_ADDR_LINKLOCAL(const struct in6_addr *a) { return ((a->s6_bytes[0]==0xfe) && ((a->s6_bytes[1] & 0xc0)==0x80)); }
  /external/iputils/ninfod/
ninfod_addrs.c 144 } else if (IN6_IS_ADDR_LINKLOCAL(ifaddr)) {
ninfod_core.c 384 if (!(IN6_IS_ADDR_LINKLOCAL(saddr) ||
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netinet/
in.h 413 #define IN6_IS_ADDR_LINKLOCAL(a) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
in.h 413 #define IN6_IS_ADDR_LINKLOCAL(a) \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 599 def IN6_IS_ADDR_LINKLOCAL(a): return \
  /external/dhcpcd/
ipv6rs.c 340 if (!IN6_IS_ADDR_LINKLOCAL(&from.sin6_addr)) {
433 IN6_IS_ADDR_LINKLOCAL(&pi->nd_opt_pi_prefix))
  /external/ipsec-tools/src/racoon/
sockmisc.c 448 if (IN6_IS_ADDR_LINKLOCAL(&sin6->sin6_addr))
573 if (IN6_IS_ADDR_LINKLOCAL(&src6.sin6_addr)
ipsec_doi.c     [all...]
isakmp.c     [all...]
  /external/strace/
net.c 230 #if defined(HAVE_IF_INDEXTONAME) && defined(IN6_IS_ADDR_LINKLOCAL) && defined(IN6_IS_ADDR_MC_LINKLOCAL)
232 if (IN6_IS_ADDR_LINKLOCAL(&addrbuf.sa6.sin6_addr)
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 428 if (IN6_IS_ADDR_LINKLOCAL(&sinptr6->sin6_addr))
  /external/iputils/
ping6.c 975 if (IN6_IS_ADDR_LINKLOCAL(&firsthop.sin6_addr) ||
1031 else if (device && (IN6_IS_ADDR_LINKLOCAL(&source.sin6_addr) ||
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 1265 if (IN6_IS_ADDR_LINKLOCAL(a6) || IN6_IS_ADDR_MC_LINKLOCAL(a6)) {
    [all...]
  /external/chromium_org/net/base/
net_util.cc 774 if (IN6_IS_ADDR_LOOPBACK(sin6_addr) || IN6_IS_ADDR_LINKLOCAL(sin6_addr))
    [all...]
  /external/libpcap/Win32/Src/
getaddrinfo.c 904 if (IN6_IS_ADDR_LINKLOCAL(&sin6->sin6_addr) ||
  /bionic/libc/dns/
gethnamaddr.c 837 (IN6_IS_ADDR_LINKLOCAL((const struct in6_addr *)addr) ||
    [all...]
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_transport_impl.cc     [all...]

Completed in 1454 milliseconds

1 2 34 5