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

/external/bluetooth/bluedroid/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/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/grub/netboot/
H A Dosdep.h46 #define ntohs(x) \ macro
/external/webkit/Source/WebCore/platform/graphics/
H A DWOFFFileFormat.cpp43 #define ntohs(x) std_ntohs(x) macro
48 #define ntohs(x) ((uint16_t)(x)) macro
53 #define ntohs(x) ((unit16_t)(x)) macro
58 #define ntohs(x) ((uint16_t)((((uint16_t)(x) & 0xff00) >> 8) | (((uint16_t)(x) & 0x00ff) << 8))) macro
59 #define htons(x) ntohs(x)
86 value = ntohs(*reinterpret_cast<const uint16_t*>(buffer->data() + offset));
/external/tcpdump/
H A Dtcpdump-stdinc.h148 #undef ntohs macro
156 #define ntohs(x) __ntohs(x) macro
/external/kernel-headers/original/linux/byteorder/
H A Dgeneric.h50 * ntohs(__u16 x)
146 #undef ntohs macro
156 extern __u16 ntohs(__be16);
169 #define ntohs(x) ___ntohs(x) macro
/external/valgrind/main/coregrind/
H A Dm_libcfile.c714 UShort VG_(ntohs) ( UShort x ) function

Completed in 274 milliseconds