Searched refs:IN_CLASSB_NET (Results 1 - 12 of 12) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
H A Din.h208 #define IN_CLASSB_NET 0xffff0000 macro
210 #define IN_CLASSB_HOST (0xffffffff & ~IN_CLASSB_NET)
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-darwin/
H A DIN.py123 IN_CLASSB_NET = 0xffff0000 variable
144 def IN_LINKLOCAL(i): return (((u_int32_t)(i) & IN_CLASSB_NET) == IN_LINKLOCALNETNUM)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-darwin/
H A DIN.py123 IN_CLASSB_NET = 0xffff0000 variable
144 def IN_LINKLOCAL(i): return (((u_int32_t)(i) & IN_CLASSB_NET) == IN_LINKLOCALNETNUM)
/prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
H A DIN.py202 IN_CLASSB_NET = (-65536) variable
204 IN_CLASSB_HOST = ((-1) & ~IN_CLASSB_NET)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
H A DIN.py202 IN_CLASSB_NET = (-65536) variable
204 IN_CLASSB_HOST = ((-1) & ~IN_CLASSB_NET)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/psdk_inc/
H A D_ws1_undef.h81 #undef IN_CLASSB_NET macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
H A D_ws1_undef.h81 #undef IN_CLASSB_NET macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
H A Din.h160 #define IN_CLASSB_NET 0xffff0000 macro
162 #define IN_CLASSB_HOST (0xffffffff & ~IN_CLASSB_NET)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwinsock.h121 #define IN_CLASSB_NET 0xffff0000 macro
H A Dwinsock2.h151 #define IN_CLASSB_NET 0xffff0000 macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwinsock.h121 #define IN_CLASSB_NET 0xffff0000 macro
H A Dwinsock2.h151 #define IN_CLASSB_NET 0xffff0000 macro

Completed in 58 milliseconds