Search | Google it | Results 1 - 2 of 2 for funcall:__IPADDR (0.00 seconds) |
161: 162: #define IN_CLASSA(i) (((u_int32_t)(i) & __IPADDR(0x80000000)) == \ 163: __IPADDR(0x00000000))
171: 172: #define IN_CLASSA(i) (((uint32_t)(i) & __IPADDR(0x80000000)) == \ 173: __IPADDR(0x00000000))