HomeSort by relevance Sort by last modified time
    Searched refs:HTONL (Results 1 - 14 of 14) sorted by null

  /external/qemu/slirp/
ip.h 43 # ifndef HTONL
44 # define HTONL(d)
56 # ifndef HTONL
57 # define HTONL(d) ((d) = htonl((d)))
tcp_input.c 336 * *(u_int32_t *)optp == htonl(TCPOPT_TSTAMP_HDR) &&
642 if ((so->so_faddr.s_addr&htonl(0xffffff00)) == special_addr.s_addr) {
681 HTONL(ti->ti_seq); /* restore tcp header */
682 HTONL(ti->ti_ack);
    [all...]
  /external/qemu/slirp-android/
ip.h 45 # ifndef HTONL
46 # define HTONL(d)
58 # ifndef HTONL
59 # define HTONL(d) ((d) = htonl((d)))
tcp_input.c 336 * *(u_int32_t *)optp == htonl(TCPOPT_TSTAMP_HDR) &&
687 HTONL(ti->ti_seq); /* restore tcp header */
688 HTONL(ti->ti_ack);
    [all...]
  /bionic/libc/include/sys/
endian.h 206 #define htonl(x) __swap32(x) macro
245 #define htonl(x) (x) macro
260 #define HTONL(x) (x) = htonl((u_int32_t)(x))
  /development/ndk/platforms/android-3/include/sys/
endian.h 206 #define htonl(x) __swap32(x) macro
245 #define htonl(x) (x) macro
260 #define HTONL(x) (x) = htonl((u_int32_t)(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
endian.h 206 #define htonl(x) __swap32(x) macro
245 #define htonl(x) (x) macro
260 #define HTONL(x) (x) = htonl((u_int32_t)(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
endian.h 206 #define htonl(x) __swap32(x) macro
245 #define htonl(x) (x) macro
260 #define HTONL(x) (x) = htonl((u_int32_t)(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
endian.h 206 #define htonl(x) __swap32(x) macro
245 #define htonl(x) (x) macro
260 #define HTONL(x) (x) = htonl((u_int32_t)(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
endian.h 206 #define htonl(x) __swap32(x) macro
245 #define htonl(x) (x) macro
260 #define HTONL(x) (x) = htonl((u_int32_t)(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
endian.h 206 #define htonl(x) __swap32(x) macro
245 #define htonl(x) (x) macro
260 #define HTONL(x) (x) = htonl((u_int32_t)(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
endian.h 206 #define htonl(x) __swap32(x) macro
245 #define htonl(x) (x) macro
260 #define HTONL(x) (x) = htonl((u_int32_t)(x))
  /external/tcpdump/
interface.h 106 #define HTONL(x) (x) = htonl(x)
netdissect.h 189 #define HTONL(x) (x) = htonl(x)

Completed in 1249 milliseconds