Searched defs:IN_CLASSB (Results 1 – 9 of 9) sorted by relevance
98 #define IN_CLASSB(b) IP_CLASSB(b) macro
256 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000) macro
161 #define IN_CLASSB(a) ((((in_addr_t)(a)) & 0xc0000000) == 0x80000000) macro