HomeSort by relevance Sort by last modified time
    Searched defs:NTOHS (Results 1 - 16 of 16) sorted by null

  /bionic/libc/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))
  /development/ndk/platforms/android-3/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))
  /external/libpcap/
nametoaddr.c 91 #define NTOHS(x) (x) = ntohs(x)
184 if (sp != NULL) tcp_port = ntohs(sp->s_port);
186 if (sp != NULL) udp_port = ntohs(sp->s_port);
  /external/tcpdump/
interface.h 105 #define NTOHS(x) (x) = ntohs(x)
netdissect.h 188 #define NTOHS(x) (x) = ntohs(x)
  /prebuilt/ndk/android-ndk-r4/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))
  /prebuilt/ndk/android-ndk-r4/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))
  /prebuilt/ndk/android-ndk-r4/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))
  /prebuilt/ndk/android-ndk-r4/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))
  /prebuilt/ndk/android-ndk-r4/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))
  /prebuilt/ndk/android-ndk-r4/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))
  /prebuilt/ndk/android-ndk-r5/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))
  /prebuilt/ndk/android-ndk-r6/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))
  /prebuilt/ndk/android-ndk-r6/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))
  /external/qemu/slirp/
ip.h 40 # ifndef NTOHS
41 # define NTOHS(d)
53 # ifndef NTOHS
54 # define NTOHS(d) ((d) = ntohs((u_int16_t)(d)))
  /external/qemu/slirp-android/
ip.h 42 # ifndef NTOHS
43 # define NTOHS(d)
55 # ifndef NTOHS
56 # define NTOHS(d) ((d) = ntohs((u_int16_t)(d)))

Completed in 134 milliseconds