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

/external/c-ares/
H A Dares_nowarn.h47 # undef htons macro
48 # define htons(a) aresx_htons((a)) macro
/external/curl/lib/
H A Dwarnless.h99 # undef htons macro
100 # define htons(a) curlx_htons((a)) macro
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_inet.h23 #define htons ntohs macro
/external/libnfc-nci/src/gki/common/
H A Dgki_inet.h23 #define htons ntohs macro
/external/iproute2/include/
H A Dbpf_api.h43 #ifndef htons
44 # define htons(X) __constant_htons((X)) macro
/external/tcpdump/
H A Dtcpdump-stdinc.h260 #undef htons macro
268 #define htons(x) __ntohs(x) macro
/external/valgrind/coregrind/
H A Dm_libcfile.c958 UShort VG_(htons) ( UShort x ) function
1008 servAddr.sin_port = VG_(htons)(port);

Completed in 313 milliseconds