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

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
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/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/chromium_org/third_party/brotli/src/woff2/
H A Dbuffer.h34 #define htons(x) _byteswap_ushort (x) macro
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Ddatatypes.h68 # define htons(x) _byteswap_ushort (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/tcpdump/
H A Dtcpdump-stdinc.h197 #undef htons macro
205 #define htons(x) __ntohs(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.c810 UShort VG_(htons) ( UShort x ) function
860 servAddr.sin_port = VG_(htons)(port);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h354 /// uint16_t htons(uint16_t hostshort);
355 htons, enumerator in enum:llvm::LibFunc::Func

Completed in 1724 milliseconds