gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:__IPADDR from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/in.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/in.h - 21.0KB - 598 lines
166: #ifdef _KERNEL
167: #define __IPADDR(x)     ((uint32_t) htonl((uint32_t)(x)))
168: #else
169: #define __IPADDR(x)     ((uint32_t)(x))
170: #endif