Searched defs:htons (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/headers/os/support/
H A DByteOrder.h30 # define htons(x) B_HOST_TO_BENDIAN_INT16(x) macro
/haiku-fatelf/src/bin/network/tcpdump/
H A Dtcpdump-stdinc.h151 #undef htons macro
159 #define htons(x) __ntohs(x) macro
/haiku-fatelf/headers/posix/netinet/
H A Din.h38 # define htons(x) __swap_int16(x) macro
43 # define htons(x) (x) macro
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_api_wrapper.h75 #define htons(x) fssh_htons(x) macro

Completed in 184 milliseconds