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

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dhtons.c11 inline uint16_t htons(uint16_t hostshort) { function
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DByteOrder.h45 inline uint16_t htons(uint16_t x) { return x; } function
50 inline uint16_t htons(uint16_t x) { return x; } function
55 inline uint16_t htons(uint16_t x) { return WTF::bswap16(x); } function
/external/bluetooth/bluedroid/gki/common/
H A Dgki_inet.h23 #define htons ntohs 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/grub/netboot/
H A Dosdep.h50 #define htons(x) \ macro
/external/tcpdump/
H A Dtcpdump-stdinc.h150 #undef htons macro
158 #define htons(x) __ntohs(x) macro
/external/chromium_org/third_party/ots/include/
H A Dopentype-sanitiser.h21 #define htons(x) _byteswap_ushort (x) macro
110 v = htons(v);
115 v = htons(v);
/external/kernel-headers/original/linux/byteorder/
H A Dgeneric.h52 * htons(__u16 x)
148 #undef htons macro
157 extern __be16 htons(__u16);
168 #define htons(x) ___htons(x) macro
/external/chromium_org/ppapi/shared_impl/private/
H A Dnet_address_private_impl.cc42 #define htons(x) _byteswap_ushort(x) macro
/external/valgrind/main/coregrind/
H A Dm_libcfile.c735 UShort VG_(htons) ( UShort x ) function
785 servAddr.sin_port = VG_(htons)(port);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h319 /// uint16_t htons(uint16_t hostshort);
320 htons, enumerator in enum:llvm::LibFunc::Func

Completed in 464 milliseconds