Search | Google it | Results 1 - 1 of 1 for fundef:__IPADDR from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/in.h (0.00 seconds) |
166: #ifdef _KERNEL 167: #define __IPADDR(x) ((uint32_t) htonl((uint32_t)(x))) 168: #else 169: #define __IPADDR(x) ((uint32_t)(x)) 170: #endif