HomeSort by relevance Sort by last modified time
    Searched defs:ntohs (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /bionic/libc/upstream-openbsd/lib/libc/net/
ntohs.c 1 /* $OpenBSD: ntohs.c,v 1.8 2005/08/06 20:30:03 espie Exp $ */
10 #undef ntohs macro
13 ntohs(u_int16_t x) function
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
ntohs.c 11 inline uint16_t ntohs(uint16_t networkshort) { function
  /external/chromium_org/third_party/WebKit/Source/wtf/
ByteOrder.h 44 inline uint16_t ntohs(uint16_t x) { return x; } function
49 inline uint16_t ntohs(uint16_t x) { return x; } function
54 inline uint16_t ntohs(uint16_t x) { return WTF::bswap16(x); } function
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_inet.h 23 #define htons ntohs
30 #define ntohs(n) (n) macro
37 extern UINT16 ntohs(UINT16 n);
  /external/libnfc-nci/src/gki/common/
gki_inet.h 23 #define htons ntohs
30 #define ntohs(n) (n) macro
37 extern UINT16 ntohs(UINT16 n);
  /external/chromium_org/third_party/brotli/src/woff2/
buffer.h 32 #define ntohs(x) _byteswap_ushort (x) macro
105 *value = ntohs(*value);
  /bionic/libc/include/sys/
endian.h 196 uint16_t ntohs(uint16_t) __pure2;
202 #define ntohs(x) __swap16(x) macro
240 #define ntohs(x) (x) macro
253 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /development/ndk/platforms/android-3/include/sys/
endian.h 208 #define ntohs(x) __swap16(x) macro
247 #define ntohs(x) (x) macro
260 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /development/ndk/platforms/android-L/include/sys/
endian.h 196 uint16_t ntohs(uint16_t) __pure2;
202 #define ntohs(x) __swap16(x) macro
240 #define ntohs(x) (x) macro
253 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
datatypes.h 66 # define ntohs(x) _byteswap_ushort (x) macro
  /external/chromium_org/third_party/ots/include/
opentype-sanitiser.h 19 #define ntohs(x) _byteswap_ushort (x) macro
  /external/tcpdump/
tcpdump-stdinc.h 195 #undef ntohs macro
203 #define ntohs(x) __ntohs(x) macro
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))

Completed in 2604 milliseconds

1 2 3 4