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

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dparam.h105 # define ntohl(x) B_BENDIAN_TO_HOST_INT32(x) macro
/haiku/headers/private/kernel/boot/net/
H A DNetDefs.h21 # define ntohl(x) B_BENDIAN_TO_HOST_INT32(x) macro
/haiku/headers/posix/netinet/
H A Din.h40 # define ntohl(x) ((uint32_t)__net_swap_int32(x)) macro
45 # define ntohl(x) (x) macro
/haiku/headers/private/firewire/
H A Dfirewire.h463 # define ntohl(x) B_BENDIAN_TO_HOST_INT32(x) macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h82 #define ntohl(x) fssh_ntohl(x) macro

Completed in 61 milliseconds