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

1 2 3

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
ntohs.c 11 inline uint16_t ntohs(uint16_t networkshort) { function
  /external/bluetooth/bluedroid/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/WebKit/Source/wtf/
ByteOrder.h 50 inline uint16_t ntohs(uint16_t x) { return x; } function
55 inline uint16_t ntohs(uint16_t x) { return x; }
60 inline uint16_t ntohs(uint16_t x) { return WTF::bswap16(x); }
  /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/grub/netboot/
osdep.h 46 #define ntohs(x) \ macro
  /external/tcpdump/
tcpdump-stdinc.h 148 #undef ntohs macro
156 #define ntohs(x) __ntohs(x) macro
  /bionic/libc/include/sys/
endian.h 192 #define ntohs(x) __swap16(x) macro
231 #define ntohs(x) (x) macro
244 #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))
  /external/chromium_org/third_party/ots/include/
opentype-sanitiser.h 19 #define ntohs(x) _byteswap_ushort (x) macro
  /external/kernel-headers/original/linux/byteorder/
generic.h 50 * ntohs(__u16 x)
146 #undef ntohs macro
156 extern __u16 ntohs(__be16);
169 #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))
  /prebuilts/ndk/7/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))

Completed in 399 milliseconds

1 2 3