Home
last modified time | relevance | path

Searched defs:htonl (Results 1 – 6 of 6) sorted by relevance

/aosp12/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dhtonl.c13 htonl(u_int32_t x) in htonl() function
/aosp12/packages/modules/Connectivity/Tethering/bpf_progs/
H A Dbpf_net_helpers.h59 #define htonl(x) (__builtin_constant_p(x) ? ___constant_swab32(x) : __builtin_bswap32(x)) macro
/aosp12/system/netd/bpf_progs/
H A Dbpf_net_helpers.h60 #define htonl(x) (__builtin_constant_p(x) ? ___constant_swab32(x) : __builtin_bswap32(x)) macro
/aosp12/system/libbase/include/android-base/
H A Dendian.h59 #define htonl(x) __builtin_bswap32(x) macro
/aosp12/bionic/libc/include/sys/
H A Dendian.h58 #define htonl(x) __swap32(x) macro
/aosp12/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp61 #define htonl(x) ntohl(x) macro