Search | Google it | Results 1 - 2 of 2 for fundef:IN_CLASSD (0.00 seconds) |
181: 182: #define IN_CLASSD(i) (((u_int32_t)(i) & __IPADDR(0xf0000000)) == \ 183: __IPADDR(0xe0000000))
191: 192: #define IN_CLASSD(i) (((uint32_t)(i) & __IPADDR(0xf0000000)) == \ 193: __IPADDR(0xe0000000))