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

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
in.h 187 #define IN_MULTICAST(a) IN_CLASSD(a)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
in.h 187 #define IN_MULTICAST(a) IN_CLASSD(a)
  /external/iproute2/ip/
iptunnel.c 239 if (p->i_key == 0 && IN_MULTICAST(ntohl(p->iph.daddr))) {
243 if (p->o_key == 0 && IN_MULTICAST(ntohl(p->iph.daddr))) {
247 if (IN_MULTICAST(ntohl(p->iph.daddr)) && !p->iph.saddr) {
  /external/tcpdump/missing/
getnameinfo.c 173 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-darwin/
IN.py 137 def IN_MULTICAST(i): return IN_CLASSD(i)
  /bionic/libc/dns/net/
getnameinfo.c 237 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
  /external/srtp/test/
rtpw.c 88 #define ADDR_IS_MULTICAST(a) IN_MULTICAST(htonl(a))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
in.h 171 #define IN_MULTICAST(a) IN_CLASSD(a)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 213 def IN_MULTICAST(a): return IN_CLASSD(a)
  /external/iputils/
ping.c 337 if (IN_MULTICAST(ntohl(dst.sin_addr.s_addr))) {
442 if (broadcast_pings || IN_MULTICAST(ntohl(whereto.sin_addr.s_addr))) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in.h 171 #define IN_MULTICAST(a) IN_CLASSD(a)
  /external/libpcap/Win32/Src/
getaddrinfo.c 792 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
  /external/toybox/toys/pending/
ip.c     [all...]
  /external/ppp/pppd/
auth.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock2.h 165 #define IN_MULTICAST(i) IN_CLASSD(i)
    [all...]
  /external/ipsec-tools/src/racoon/
pfkey.c     [all...]

Completed in 1052 milliseconds

1 2 34