Home
last modified time | relevance | path

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

/system/netd/bpf_progs/
Dbpf_net_helpers.h52 #define htonl(x) (__builtin_constant_p(x) ? ___constant_swab32(x) : __builtin_bswap32(x)) macro
/system/libbase/include/android-base/
Dendian.h59 #define htonl(x) __builtin_bswap32(x) macro
/system/core/libutils/
DUnicode.cpp32 # define htonl(x) ntohl(x) macro