Searched defs:htons (Results 1 - 4 of 4) sorted by relevance

/system/nfc/halimpl/bcm2079x/gki/common/
H A Dgki_inet.h23 #define htons ntohs macro
/system/nfc/src/gki/common/
H A Dgki_inet.h23 #define htons ntohs macro
/system/core/base/include/android-base/
H A Dendian.h31 /* glibc keeps htons and htonl in <netinet/in.h>. */
56 #define htons(x) __builtin_bswap16(x) macro
/system/core/libutils/
H A DUnicode.cpp28 # undef htons macro
33 # define htons(x) ntohs(x) macro

Completed in 153 milliseconds