Searched defs:IN_CLASSB (Results 1 – 8 of 8) sorted by relevance
102 #define IN_CLASSB(a) ((((in_addr_t)(a)) & 0xc0000000) == 0x80000000) macro
197 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000) macro
212 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000) macro
261 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000) macro
263 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000) macro
280 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000) macro