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

/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_inet.h23 #define htons ntohs
30 #define ntohs(n) (n) macro
37 extern UINT16 ntohs(UINT16 n);
/external/libnfc-nci/src/gki/common/
H A Dgki_inet.h23 #define htons ntohs
30 #define ntohs(n) (n) macro
37 extern UINT16 ntohs(UINT16 n);
/external/tcpdump/
H A Dtcpdump-stdinc.h195 #undef ntohs macro
203 #define ntohs(x) __ntohs(x) macro
/external/valgrind/coregrind/
H A Dm_libcfile.c852 UShort VG_(ntohs) ( UShort x ) function

Completed in 177 milliseconds