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

/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dhtonl.c1 /* $OpenBSD: htonl.c,v 1.7 2014/07/21 01:51:10 guenther Exp $ */
10 #undef htonl macro
13 htonl(u_int32_t x) function
/bionic/libc/include/sys/
H A Dendian.h52 uint32_t htonl(uint32_t __x) __attribute_const__ __INTRODUCED_IN(21);
58 #define htonl(x) __swap32(x) macro
75 #define HTONL(x) (x) = htonl(__BIONIC_CAST(static_cast,u_int32_t,(x)))
/bionic/tools/versioner/current/sys/
H A Dendian.h52 uint32_t htonl(uint32_t __x) __attribute_const__ __INTRODUCED_IN(21);
58 #define htonl(x) __swap32(x) macro
75 #define HTONL(x) (x) = htonl(__BIONIC_CAST(static_cast,u_int32_t,(x)))

Completed in 267 milliseconds