Searched defs:IN_CLASSA (Results 1 – 2 of 2) sorted by relevance
347 #define IN_CLASSA(i) (((in_addr_t)(i) & 0x80000000) == 0) macro
333 #define IN_CLASSA(i) (((i) & 0x80000000U) == 0) macro