Home
last modified time | relevance | path

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

/system/nfc/src/gki/common/
Dgki_inet.h25 #define ntohl(n) (n) macro
/system/netd/bpf_progs/
Dclatd.c49 #define ntohl(x) htonl(x) macro
/system/core/base/include/android-base/
Dendian.h60 #define ntohl(x) __builtin_bswap32(x) macro
/system/core/libutils/
DUnicode.cpp31 # define ntohl(x) ( ((x) << 24) | (((x) >> 24) & 255) | (((x) << 8) & 0xff0000) | (((x) >> 8) & … macro