Search | Google it | Results 1 - 2 of 2 for fundef:IN_CLASSB (0.00 seconds) |
168: 169: #define IN_CLASSB(i) (((u_int32_t)(i) & __IPADDR(0xc0000000)) == \ 170: __IPADDR(0x80000000))
178: 179: #define IN_CLASSB(i) (((uint32_t)(i) & __IPADDR(0xc0000000)) == \ 180: __IPADDR(0x80000000))