Home
last modified time | relevance | path

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

/system/nfc/src/gki/common/
Dgki_inet.h24 #define ntohs(n) (n) macro
/system/netd/bpf_progs/
Dclatd.c48 #define ntohs(x) htons(x) macro
/system/core/base/include/android-base/
Dendian.h59 #define ntohs(x) __builtin_bswap16(x) macro
/system/core/libutils/
DUnicode.cpp33 # define ntohs(x) ( (((x) << 8) & 0xff00) | (((x) >> 8) & 255) ) macro