Home
last modified time | relevance | path

Searched defs:ntohs (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DByteOrder.h44 inline uint16_t ntohs(uint16_t x) { return x; } in ntohs() function
49 inline uint16_t ntohs(uint16_t x) { return x; } in ntohs() function
54 inline uint16_t ntohs(uint16_t x) { return WTF::bswap16(x); } in ntohs() function
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
Dntohs.c11 inline uint16_t ntohs(uint16_t networkshort) { in ntohs() function
/external/libnfc-nci/src/gki/common/
Dgki_inet.h30 #define ntohs(n) (n) macro
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki_inet.h30 #define ntohs(n) (n) macro
/external/chromium_org/third_party/brotli/src/woff2/
Dbuffer.h32 #define ntohs(x) _byteswap_ushort (x) macro
/external/chromium_org/third_party/ots/include/
Dopentype-sanitiser.h19 #define ntohs(x) _byteswap_ushort (x) macro
/external/tcpdump/
Dtcpdump-stdinc.h203 #define ntohs(x) __ntohs(x) macro
/external/chromium_org/ppapi/shared_impl/private/
Dnet_address_private_impl.cc41 #define ntohs(x) _byteswap_ushort(x) macro
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
Ddatatypes.h66 # define ntohs(x) _byteswap_ushort (x) macro
/external/valgrind/main/coregrind/
Dm_libcfile.c820 UShort VG_(ntohs) ( UShort x ) in VG_() argument
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h447 ntohs, enumerator