Search | Google it | Results 1 - 2 of 2 for fundef:IN_CLASSC (0.00 seconds) |
175: 176: #define IN_CLASSC(i) (((u_int32_t)(i) & __IPADDR(0xe0000000)) == \ 177: __IPADDR(0xc0000000))
185: 186: #define IN_CLASSC(i) (((uint32_t)(i) & __IPADDR(0xe0000000)) == \ 187: __IPADDR(0xc0000000))