Searched defs:ntohl (Results 1 - 1 of 1) sorted by relevance
/bionic/libc/include/sys/ | ||
H A D | endian.h | 208 #define ntohl(x) __swap32(x) macro 247 #define ntohl(x) (x) macro 258 #define NTOHL(x) (x) = ntohl((u_int32_t)(x)) |
Completed in 79 milliseconds