Home
last modified time | relevance | path

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

/system/netd/bpf_progs/
Dclatd.c46 #define htons(x) (__builtin_constant_p(x) ? ___constant_swab16(x) : __builtin_bswap16(x)) macro
/system/core/base/include/android-base/
Dendian.h55 #define htons(x) __builtin_bswap16(x) macro
/system/core/libutils/
DUnicode.cpp34 # define htons(x) ntohs(x) macro