Search | Google it | Results 1 - 3 of 3 for fundef:htons (0.02 seconds) |
12: u_int16_t 13: htons(u_int16_t x) 14: {
203: 204: #define htons(x) __swap16(x) 205: #define htonl(x) __swap32(x)
68: uint32_t htonl(uint32_t) __attribute__((__const__)); 69: uint16_t htons(uint16_t) __attribute__((__const__)); 70: uint32_t ntohl(uint32_t) __attribute__((__const__));