Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/net/
Dhtonl.c13 htonl(u_int32_t x) in htonl() function
/bionic/libc/include/sys/
Dendian.h58 #define htonl(x) __swap32(x) macro