HomeSort by relevance Sort by last modified time
    Searched defs:IN_CLASSD (Results 51 - 57 of 57) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
in.h 186 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000)
187 #define IN_MULTICAST(a) IN_CLASSD(a)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
in.h 186 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000)
187 #define IN_MULTICAST(a) IN_CLASSD(a)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
in.h 186 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000)
187 #define IN_MULTICAST(a) IN_CLASSD(a)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
in.h 186 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000)
187 #define IN_MULTICAST(a) IN_CLASSD(a)
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
in.h 354 #define IN_CLASSD(i) (((u_int32_t)(i) & 0xf0000000) == 0xe0000000)
358 #define IN_MULTICAST(i) IN_CLASSD(i)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-darwin/
IN.py 132 def IN_CLASSD(i): return (((u_int32_t)(i) & 0xf0000000) == 0xe0000000)
137 def IN_MULTICAST(i): return IN_CLASSD(i)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 211 def IN_CLASSD(a): return ((((in_addr_t)(a)) & (-268435456)) == (-536870912))
213 def IN_MULTICAST(a): return IN_CLASSD(a)

Completed in 328 milliseconds

1 23