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

  /bionic/libc/include/sys/
endian.h 208 #define ntohl(x) __swap32(x) macro
247 #define ntohl(x) (x) macro
258 #define NTOHL(x) (x) = ntohl((u_int32_t)(x))
  /development/ndk/platforms/android-3/include/sys/
endian.h 208 #define ntohl(x) __swap32(x) macro
247 #define ntohl(x) (x) macro
258 #define NTOHL(x) (x) = ntohl((u_int32_t)(x))
  /external/libpcap/
nametoaddr.c 89 #ifndef NTOHL
90 #define NTOHL(x) (x) = ntohl(x)
112 NTOHL(hp->h_addr);
116 NTOHL(**p);
  /external/tcpdump/
interface.h 103 #ifndef NTOHL
104 #define NTOHL(x) (x) = ntohl(x)
netdissect.h 186 #ifndef NTOHL
187 #define NTOHL(x) (x) = ntohl(x)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
endian.h 208 #define ntohl(x) __swap32(x) macro
247 #define ntohl(x) (x) macro
258 #define NTOHL(x) (x) = ntohl((u_int32_t)(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
endian.h 208 #define ntohl(x) __swap32(x) macro
247 #define ntohl(x) (x) macro
258 #define NTOHL(x) (x) = ntohl((u_int32_t)(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
endian.h 208 #define ntohl(x) __swap32(x) macro
247 #define ntohl(x) (x) macro
258 #define NTOHL(x) (x) = ntohl((u_int32_t)(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
endian.h 208 #define ntohl(x) __swap32(x) macro
247 #define ntohl(x) (x) macro
258 #define NTOHL(x) (x) = ntohl((u_int32_t)(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
endian.h 208 #define ntohl(x) __swap32(x) macro
247 #define ntohl(x) (x) macro
258 #define NTOHL(x) (x) = ntohl((u_int32_t)(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
endian.h 208 #define ntohl(x) __swap32(x) macro
247 #define ntohl(x) (x) macro
258 #define NTOHL(x) (x) = ntohl((u_int32_t)(x))
  /external/qemu/slirp/
ip.h 37 # ifndef NTOHL
38 # define NTOHL(d)
50 # ifndef NTOHL
51 # define NTOHL(d) ((d) = ntohl((d)))
  /external/qemu/slirp-android/
ip.h 39 # ifndef NTOHL
40 # define NTOHL(d)
52 # ifndef NTOHL
53 # define NTOHL(d) ((d) = ntohl((d)))

Completed in 584 milliseconds