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

1 2 3 4 5

  /bionic/libc/upstream-openbsd/lib/libc/net/
ntohs.c 1 /* $OpenBSD: ntohs.c,v 1.9 2014/07/21 01:51:10 guenther Exp $ */
10 #undef ntohs macro
13 ntohs(u_int16_t x) function
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/
HtoNtoH.c 22 #undef ntohs macro
81 ntohs( function
  /external/c-ares/
ares_nowarn.h 49 # undef ntohs macro
50 # define ntohs(a) aresx_ntohs((a)) macro
  /external/curl/lib/
warnless.h 107 # undef ntohs macro
108 # define ntohs(a) curlx_ntohs((a)) macro
  /system/nfc/halimpl/bcm2079x/gki/common/
gki_inet.h 23 #define htons ntohs
30 #define ntohs(n) (n) macro
37 extern uint16_t ntohs(uint16_t n);
  /system/nfc/src/gki/common/
gki_inet.h 23 #define htons ntohs
30 #define ntohs(n) (n) macro
37 extern uint16_t ntohs(uint16_t n);
  /external/syslinux/com32/include/netinet/
in.h 12 #define ntohs(x) be16_to_cpu(x) macro
  /external/syslinux/core/lwip/src/include/lwip/
def.h 74 #ifdef ntohs
75 #undef ntohs macro
76 #endif /* ntohs */
82 #define ntohs(x) lwip_ntohs(x) macro
  /external/iproute2/include/
bpf_api.h 47 #ifndef ntohs
48 # define ntohs(X) __constant_ntohs((X)) macro
  /external/syslinux/gpxe/src/include/
big_bswap.h 6 #define ntohs(x) (x) macro
little_bswap.h 8 #define ntohs(x) __bswap_16(x) macro
  /system/core/base/include/android-base/
endian.h 60 #define ntohs(x) __builtin_bswap16(x) macro
  /system/core/libutils/
Unicode.cpp 32 # define ntohs(x) ( (((x) << 8) & 0xff00) | (((x) >> 8) & 255) ) macro
33 # define htons(x) ntohs(x)
342 const char16_t c2 = ntohs(*s2N);
351 ? (0 - (int)ntohs(*s2N))
  /bionic/libc/include/sys/
endian.h 55 uint16_t ntohs(uint16_t) __attribute_const__ __INTRODUCED_IN(21);
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /development/ndk/platforms/android-21/include/sys/
endian.h 55 uint16_t ntohs(uint16_t) __pure2;
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /development/ndk/platforms/android-9/include/sys/
endian.h 55 uint16_t ntohs(uint16_t) __pure2;
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
endian.h 79 uint16_t ntohs(uint16_t) __attribute__((__const__));
122 #define ntohs(x) (x) macro
127 #define NTOHS(x) (void) (x)
134 #define ntohs(x) bswap16((uint16_t)(x))
139 #define NTOHS(x) (x) = ntohs((uint16_t)(x))
  /external/tcpdump/
tcpdump-stdinc.h 258 #undef ntohs macro
266 #define ntohs(x) __ntohs(x) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
endian.h 55 uint16_t ntohs(uint16_t) __pure2;
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
endian.h 55 uint16_t ntohs(uint16_t) __pure2;
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
endian.h 55 uint16_t ntohs(uint16_t) __pure2;
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
endian.h 55 uint16_t ntohs(uint16_t) __pure2;
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
endian.h 55 uint16_t ntohs(uint16_t) __pure2;
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
endian.h 55 uint16_t ntohs(uint16_t) __pure2;
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
endian.h 55 uint16_t ntohs(uint16_t) __pure2;
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))

Completed in 836 milliseconds

1 2 3 4 5