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

/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dntohl.c1 /* $OpenBSD: ntohl.c,v 1.6 2005/08/06 20:30:03 espie Exp $ */
10 #undef ntohl macro
13 ntohl(u_int32_t x) function
/bionic/libc/include/sys/
H A Dendian.h195 uint32_t ntohl(uint32_t) __pure2;
201 #define ntohl(x) __swap32(x) macro
241 #define ntohl(x) (x) macro
252 #define NTOHL(x) (x) = ntohl((u_int32_t)(x))

Completed in 110 milliseconds