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

1 2 3

  /external/python/cpython2/Lib/plat-netbsd1/
IN.py 27 def IN_MULTICAST(i): return IN_CLASSD(i)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsipv6ok.h 70 #undef IN_MULTICAST
71 #define IN_MULTICAST(a) IN_MULTICAST_IPV6INCOMPATIBLE
  /external/syslinux/core/lwip/src/include/ipv4/lwip/
inet.h 83 #define IN_MULTICAST(a) IP_MULTICAST(a)
  /external/syslinux/gpxe/src/include/gpxe/
in.h 28 #define IN_MULTICAST(addr) ( ( (addr) & 0xf0000000 ) == 0xe0000000 )
  /external/python/cpython2/Lib/plat-os2emx/
IN.py 53 def IN_MULTICAST(i): return IN_CLASSD(i)
  /external/python/cpython2/Lib/plat-irix5/
IN.py 89 def IN_MULTICAST(i): return IN_CLASSD(i)
  /bionic/libc/kernel/uapi/linux/
in.h 202 #define IN_MULTICAST(a) IN_CLASSD(a)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getnameinfo.c 164 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
getaddrinfo.c 120 #ifndef IN_MULTICAST
121 #define IN_MULTICAST(i) (((i) & 0xf0000000U) == 0xe0000000U)
425 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
  /external/iproute2/include/uapi/linux/
in.h 268 #define IN_MULTICAST(a) IN_CLASSD(a)
  /external/iproute2/ip/
iplink_vxlan.c 112 if (!IN6_IS_ADDR_MULTICAST(&gaddr6) && !IN_MULTICAST(ntohl(gaddr)))
126 if (IN6_IS_ADDR_MULTICAST(&daddr6) || IN_MULTICAST(ntohl(daddr)))
141 if (IN_MULTICAST(ntohl(saddr)) || IN6_IS_ADDR_MULTICAST(&saddr6))
415 if (IN_MULTICAST(ntohl(addr)))
iptunnel.c 228 if (p->i_key == 0 && IN_MULTICAST(ntohl(p->iph.daddr))) {
232 if (p->o_key == 0 && IN_MULTICAST(ntohl(p->iph.daddr))) {
236 if (IN_MULTICAST(ntohl(p->iph.daddr)) && !p->iph.saddr) {
link_gre.c 347 if (!ikey && IN_MULTICAST(ntohl(daddr))) {
351 if (!okey && IN_MULTICAST(ntohl(daddr))) {
355 if (IN_MULTICAST(ntohl(daddr)) && !saddr) {
  /external/kernel-headers/original/uapi/linux/
in.h 268 #define IN_MULTICAST(a) IN_CLASSD(a)
  /external/python/cpython2/Lib/plat-aix3/
IN.py 108 def IN_MULTICAST(i): return IN_CLASSD(i)
  /external/python/cpython2/Lib/plat-aix4/
IN.py 133 def IN_MULTICAST(i): return IN_CLASSD(i)
  /external/python/cpython2/Modules/
getnameinfo.c 156 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
getaddrinfo.c 120 #ifndef IN_MULTICAST
121 #define IN_MULTICAST(i) (((i) & 0xf0000000U) == 0xe0000000U)
425 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
  /external/python/cpython3/Modules/
getnameinfo.c 156 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
getaddrinfo.c 120 #ifndef IN_MULTICAST
121 #define IN_MULTICAST(i) (((i) & 0xf0000000U) == 0xe0000000U)
425 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
in.h 219 #define IN_MULTICAST(a) IN_CLASSD(a)
  /external/syslinux/gpxe/src/net/
ipv4.c 279 } else if ( IN_MULTICAST ( ntohl ( dest.s_addr ) ) ) {
330 ( ! IN_MULTICAST ( ntohl ( next_hop.s_addr ) ) ) &&
  /device/linaro/bootloader/edk2/StdLib/Include/netinet/
in.h 198 #define IN_MULTICAST(i) IN_CLASSD(i)
  /external/ltp/testcases/network/sockets/
ltpServer.c 101 if (!IN_MULTICAST(ntohl(multiCastAddr.s_addr))) {
  /external/python/cpython2/Lib/plat-darwin/
IN.py 137 def IN_MULTICAST(i): return IN_CLASSD(i)

Completed in 1692 milliseconds

1 2 3