Home
last modified time | relevance | path

Searched defs:ntohl (Results 1 – 9 of 9) sorted by relevance

/external/e2fsprogs/include/mingw/arpa/
Dinet.h5 #define ntohl __builtin_bswap32 macro
/external/trusty/musl/src/network/
Dntohl.c4 uint32_t ntohl(uint32_t n) in ntohl() function
/external/musl/src/network/
Dntohl.c4 uint32_t ntohl(uint32_t n) in ntohl() function
/external/iproute2/include/
Dbpf_api.h56 # define ntohl(X) __constant_ntohl((X)) macro
/external/tcpdump/
Dnetdissect-stdinc.h300 #define ntohl(x) __ntohl(x) macro
/external/trusty/lk/lib/libc/include/
Dendian.h75 #define ntohl(n) BE32(n) macro
/external/coreboot/src/include/
Dendian.h42 #define ntohl(x) be32_to_cpu(x) macro
/external/coreboot/payloads/libpayload/include/
Dendian.h77 #define ntohl(in) be32toh(in) macro
/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_var.h84 static inline uint32_t ntohl(uint32_t hostport) { in ntohl() function