HomeSort by relevance Sort by last modified time
    Searched refs:HTONS (Results 1 - 25 of 43) sorted by null

1 2

  /external/qemu/slirp/
ip.h 46 # ifndef HTONS
47 # define HTONS(d)
59 # ifndef HTONS
60 # define HTONS(d) ((d) = htons((u_int16_t)(d)))
ip_icmp.c 128 so->so_fport = htons(7);
130 so->so_lport = htons(9);
274 HTONS(icp->icmp_ip.ip_len);
275 HTONS(icp->icmp_ip.ip_id);
276 HTONS(icp->icmp_ip.ip_off);
  /external/qemu/slirp-android/
ip.h 48 # ifndef HTONS
49 # define HTONS(d)
61 # ifndef HTONS
62 # define HTONS(d) ((d) = htons((u_int16_t)(d)))
ip_icmp.c 276 HTONS(icp->icmp_ip.ip_len);
277 HTONS(icp->icmp_ip.ip_id);
278 HTONS(icp->icmp_ip.ip_off);
  /external/webkit/Source/WebCore/platform/network/brew/
SocketStreamHandleBrew.cpp 141 ISOCKET_Connect(m_socket.get(), m_dns.addrs[0], HTONS(m_port), socketStreamConnectCallback, this);
  /bionic/libc/include/sys/
endian.h 190 #define htons(x) __swap16(x) macro
229 #define htons(x) (x) macro
246 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /development/ndk/platforms/android-3/include/sys/
endian.h 206 #define htons(x) __swap16(x) macro
245 #define htons(x) (x) macro
262 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
endian.h 205 #define htons(x) __swap16(x) macro
244 #define htons(x) (x) macro
261 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
endian.h 205 #define htons(x) __swap16(x) macro
244 #define htons(x) (x) macro
261 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
endian.h 205 #define htons(x) __swap16(x) macro
244 #define htons(x) (x) macro
261 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
endian.h 205 #define htons(x) __swap16(x) macro
244 #define htons(x) (x) macro
261 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
endian.h 205 #define htons(x) __swap16(x) macro
244 #define htons(x) (x) macro
261 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
endian.h 205 #define htons(x) __swap16(x) macro
244 #define htons(x) (x) macro
261 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
endian.h 205 #define htons(x) __swap16(x) macro
244 #define htons(x) (x) macro
261 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
endian.h 205 #define htons(x) __swap16(x) macro
244 #define htons(x) (x) macro
261 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
endian.h 205 #define htons(x) __swap16(x) macro
244 #define htons(x) (x) macro
261 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
endian.h 205 #define htons(x) __swap16(x) macro
244 #define htons(x) (x) macro
261 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
endian.h 205 #define htons(x) __swap16(x) macro
244 #define htons(x) (x) macro
261 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
endian.h 205 #define htons(x) __swap16(x) macro
244 #define htons(x) (x) macro
261 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
endian.h 205 #define htons(x) __swap16(x) macro
244 #define htons(x) (x) macro
261 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
endian.h 205 #define htons(x) __swap16(x) macro
244 #define htons(x) (x) macro
261 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
endian.h 205 #define htons(x) __swap16(x) macro
244 #define htons(x) (x) macro
261 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
endian.h 205 #define htons(x) __swap16(x) macro
244 #define htons(x) (x) macro
261 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
endian.h 205 #define htons(x) __swap16(x) macro
244 #define htons(x) (x) macro
261 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
endian.h 205 #define htons(x) __swap16(x) macro
244 #define htons(x) (x) macro
261 #define HTONS(x) (x) = htons((u_int16_t)(x))

Completed in 894 milliseconds

1 2