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

/bionic/libc/include/sys/
H A Dendian.h193 #define ntohl(x) __swap32(x) macro
232 #define ntohl(x) (x) macro
243 #define NTOHL(x) (x) = ntohl((u_int32_t)(x))

Completed in 44 milliseconds