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

/haiku-fatelf/headers/os/support/
H A DByteOrder.h29 # define ntohl(x) B_BENDIAN_TO_HOST_INT32(x) macro
/haiku-fatelf/src/bin/network/tcpdump/
H A Dtcpdump-stdinc.h148 #undef ntohl macro
156 #define ntohl(x) __ntohl(x) macro
/haiku-fatelf/headers/posix/netinet/
H A Din.h37 # define ntohl(x) ((uint32_t)__swap_int32(x)) macro
42 # define ntohl(x) (x) macro
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_api_wrapper.h74 #define ntohl(x) fssh_ntohl(x) macro

Completed in 106 milliseconds