Search | Google it | Results 1 - 1 of 1 for fundef:__IPADDR from t2ex/bsd_source/lib/libc/src_bsd/include/netinet/in.h (0.00 seconds) |
156: #ifdef _KERNEL 157: #define __IPADDR(x) ((u_int32_t) htonl((u_int32_t)(x))) 158: #else 159: #define __IPADDR(x) ((u_int32_t)(x)) 160: #endif