Home
last modified time | relevance | path

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

/aosp12/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dntohl.c13 ntohl(u_int32_t x) in ntohl() function
/aosp12/system/nfc/src/gki/common/
H A Dgki_inet.h25 #define ntohl(n) (n) macro
/aosp12/packages/modules/Connectivity/Tethering/bpf_progs/
H A Dbpf_net_helpers.h61 #define ntohl(x) htonl(x) macro
/aosp12/system/netd/bpf_progs/
H A Dbpf_net_helpers.h62 #define ntohl(x) htonl(x) macro
/aosp12/system/libbase/include/android-base/
H A Dendian.h61 #define ntohl(x) __builtin_bswap32(x) macro
/aosp12/bionic/libc/include/sys/
H A Dendian.h60 #define ntohl(x) __swap32(x) macro
/aosp12/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp60 #define ntohl(x) ( ((x) << 24) | (((x) >> 24) & 255) | (((x) << 8) & 0xff0000) | (((x) >> 8) & 0… macro