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

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dparam.h106 # define htons(x) B_HOST_TO_BENDIAN_INT16(x) macro
/haiku/headers/private/kernel/boot/net/
H A DNetDefs.h22 # define htons(x) B_HOST_TO_BENDIAN_INT16(x) macro
/haiku/headers/posix/netinet/
H A Din.h41 # define htons(x) __net_swap_int16(x) macro
46 # define htons(x) (x) macro
/haiku/headers/private/firewire/
H A Dfirewire.h464 # define htons(x) B_HOST_TO_BENDIAN_INT16(x) macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h83 #define htons(x) fssh_htons(x) macro

Completed in 179 milliseconds