gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:htonl (0.02 seconds)
t2ex
bsd_source/lib/libc/src_bsd/arpa_inet/htonl.c - 406B - 21 lines
12: u_int32_t
13: htonl(u_int32_t x)
14: {
bsd_source/lib/libc/src_bsd/include/sys/endian.h - 9.5KB - 251 lines
204: #define htons(x) __swap16(x)
205: #define htonl(x) __swap32(x)
206: #define ntohs(x) __swap16(x)
More results from endian.h
bsd_source/t2ex/network/net/src_bsd/sys/endian.h - 9.5KB - 353 lines
67: __BEGIN_DECLS
68: uint32_t htonl(uint32_t) __attribute__((__const__));
69: uint16_t htons(uint16_t) __attribute__((__const__));
More results from endian.h