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

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
in.h 175 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
in.h 175 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
in.h 175 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 80 #undef IN_CLASSB
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-darwin/
IN.py 121 def IN_CLASSB(i): return (((u_int32_t)(i) & 0xc0000000) == 0x80000000)
  /external/dhcpcd/
showlease.c 300 if (IN_CLASSB (dst))
net.c 137 if (IN_CLASSB(dst))
dhcp.c 762 if (IN_CLASSB(p))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
in.h 159 #define IN_CLASSB(a) ((((in_addr_t)(a)) & 0xc0000000) == 0x80000000)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 120 #define IN_CLASSB(i) (((__LONG32)(i) & 0xc0000000)==0x80000000)
winsock2.h 150 #define IN_CLASSB(i) (((__LONG32)(i) & 0xc0000000)==0x80000000)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 200 def IN_CLASSB(a): return ((((in_addr_t)(a)) & (-1073741824)) == (-2147483648))
  /bionic/libc/dns/resolv/
res_init.c 613 else if (IN_CLASSB(i))
  /external/libpcap/
inet.c 791 else if (IN_CLASSB(*netp))
pcap-dos.c 513 else if (IN_CLASSB(*netmask))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in.h 159 #define IN_CLASSB(a) ((((in_addr_t)(a)) & 0xc0000000) == 0x80000000)
  /external/ppp/pppd/
auth.c     [all...]
sys-linux.c     [all...]
sys-solaris.c     [all...]

Completed in 423 milliseconds

1 2 34