Searched defs:IN_CLASSD (Results 1 – 2 of 2) sorted by relevance
364 #define IN_CLASSD(i) (((in_addr_t)(i) & 0xf0000000) == 0xe0000000) macro
350 #define IN_CLASSD(i) (((i) & 0xf0000000U) == 0xe0000000U) macro