Search | Google it | Results 1 - 2 of 2 for fundef:__IPADDR (0.00 seconds) |
156: #ifdef _KERNEL 157: #define __IPADDR(x) ((u_int32_t) htonl((u_int32_t)(x))) 158: #else
166: #ifdef _KERNEL 167: #define __IPADDR(x) ((uint32_t) htonl((uint32_t)(x))) 168: #else