Searched defs:ntohl (Results 1 - 3 of 3) sorted by last modified time

/bionic/libc/include/sys/
H A Dendian.h54 uint32_t ntohl(uint32_t) __attribute_const__ __INTRODUCED_IN(21);
60 #define ntohl(x) __swap32(x) macro
73 #define NTOHL(x) (x) = ntohl((u_int32_t)(x))
/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dntohl.c1 /* $OpenBSD: ntohl.c,v 1.7 2014/07/21 01:51:10 guenther Exp $ */
10 #undef ntohl macro
13 ntohl(u_int32_t x) function
/bionic/tools/versioner/current/sys/
H A Dendian.h54 uint32_t ntohl(uint32_t) __attribute_const__ __INTRODUCED_IN(21);
60 #define ntohl(x) __swap32(x) macro
73 #define NTOHL(x) (x) = ntohl((u_int32_t)(x))

Completed in 243 milliseconds