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

/haiku-fatelf/headers/os/support/
H A DByteOrder.h31 # define ntohs(x) B_BENDIAN_TO_HOST_INT16(x) macro
/haiku-fatelf/src/bin/network/tcpdump/
H A Dtcpdump-stdinc.h149 #undef ntohs macro
157 #define ntohs(x) __ntohs(x) macro
/haiku-fatelf/headers/posix/netinet/
H A Din.h39 # define ntohs(x) __swap_int16(x) macro
44 # define ntohs(x) (x) macro
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_api_wrapper.h76 #define ntohs(x) fssh_ntohs(x) macro

Completed in 63 milliseconds