Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/net/
Dntohl.c13 ntohl(u_int32_t x) in ntohl() function
/bionic/libc/include/sys/
Dendian.h60 #define ntohl(x) __swap32(x) macro