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

  /bionic/libc/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))
  /external/tcpdump/
interface.h 107 #define HTONS(x) (x) = htons(x)
netdissect.h 190 #define HTONS(x) (x) = htons(x)
  /ndk/build/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))
  /ndk/build/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))
  /ndk/build/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))
  /ndk/build/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))
  /ndk/build/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))
  /ndk/build/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))
  /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)))
  /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)))

Completed in 480 milliseconds