Searched defs:htonl (Results 1 - 2 of 2) sorted by last modified time

/bionic/libc/include/sys/
H A Dendian.h193 uint32_t htonl(uint32_t) __pure2;
199 #define htonl(x) __swap32(x) macro
239 #define htonl(x) (x) macro
254 #define HTONL(x) (x) = htonl((u_int32_t)(x))
/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dhtonl.c1 /* $OpenBSD: htonl.c,v 1.6 2005/08/06 20:30:03 espie Exp $ */
10 #undef htonl macro
13 htonl(u_int32_t x) function

Completed in 75 milliseconds