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

1 2 3 4 5

  /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/libpcap/Win32/Include/
ip6_misc.h 31 #define IN_MULTICAST(a) IN_CLASSD(a)
  /bionic/libc/kernel/uapi/linux/
in.h 262 #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)
  /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)
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
in.h 187 #define IN_MULTICAST(a) IN_CLASSD(a)
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
in.h 187 #define IN_MULTICAST(a) IN_CLASSD(a)
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
in.h 187 #define IN_MULTICAST(a) IN_CLASSD(a)
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
in.h 187 #define IN_MULTICAST(a) IN_CLASSD(a)
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
in.h 187 #define IN_MULTICAST(a) IN_CLASSD(a)

Completed in 768 milliseconds

1 2 3 4 5