Searched defs:IN_CLASSB (Results 1 – 6 of 6) sorted by relevance
256 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000) macro
261 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000) macro
176 #define IN_CLASSB(a) ((((in_addr_t)(a)) & 0xc0000000) == 0x80000000) macro