Search | Google it | Results 1 - 3 of 3 for fundef:ntohs (0.02 seconds) |
12: u_int16_t 13: ntohs(u_int16_t x) 14: {
205: #define htonl(x) __swap32(x) 206: #define ntohs(x) __swap16(x) 207: #define ntohl(x) __swap32(x)
70: uint32_t ntohl(uint32_t) __attribute__((__const__)); 71: uint16_t ntohs(uint16_t) __attribute__((__const__)); 72: __END_DECLS