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

1 2 3 4 5 6

  /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 )
  /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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getaddrinfo.c 120 #ifndef IN_MULTICAST
121 #define IN_MULTICAST(i) (((i) & 0xf0000000U) == 0xe0000000U)
425 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
  /external/python/cpython2/Lib/plat-netbsd1/
IN.py 27 def IN_MULTICAST(i): return IN_CLASSD(i)
  /external/python/cpython2/Modules/
getaddrinfo.c 120 #ifndef IN_MULTICAST
121 #define IN_MULTICAST(i) (((i) & 0xf0000000U) == 0xe0000000U)
425 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
  /external/python/cpython2/Lib/plat-os2emx/
IN.py 53 def IN_MULTICAST(i): return IN_CLASSD(i)
  /external/python/cpython2/Lib/plat-aix3/
IN.py 108 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 214 #define IN_MULTICAST(a) IN_CLASSD(a)
  /development/ndk/platforms/android-21/include/linux/
in.h 241 #define IN_MULTICAST(a) IN_CLASSD(a)
  /development/ndk/platforms/android-9/include/linux/
in.h 187 #define IN_MULTICAST(a) IN_CLASSD(a)
  /device/linaro/bootloader/edk2/StdLib/Include/netinet/
in.h 198 #define IN_MULTICAST(i) IN_CLASSD(i)
  /external/iproute2/include/linux/
in.h 266 #define IN_MULTICAST(a) IN_CLASSD(a)
  /external/kernel-headers/original/uapi/linux/
in.h 267 #define IN_MULTICAST(a) IN_CLASSD(a)
  /external/python/cpython2/Lib/plat-aix4/
IN.py 133 def IN_MULTICAST(i): return IN_CLASSD(i)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
in.h 222 #define IN_MULTICAST(a) IN_CLASSD(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/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)
  /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)
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
in.h 187 #define IN_MULTICAST(a) IN_CLASSD(a)
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
in.h 187 #define IN_MULTICAST(a) IN_CLASSD(a)
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
in.h 187 #define IN_MULTICAST(a) IN_CLASSD(a)
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
in.h 187 #define IN_MULTICAST(a) IN_CLASSD(a)
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
in.h 187 #define IN_MULTICAST(a) IN_CLASSD(a)

Completed in 786 milliseconds

1 2 3 4 5 6