HomeSort by relevance Sort by last modified time
    Searched defs:HTONL (Results 51 - 54 of 54) sorted by null

1 23

  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/
endian.h 52 uint32_t htonl(uint32_t) __pure2;
58 #define htonl(x) __swap32(x) macro
75 #define HTONL(x) (x) = htonl((u_int32_t)(x))
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
endian.h 52 uint32_t htonl(uint32_t) __pure2;
58 #define htonl(x) __swap32(x) macro
75 #define HTONL(x) (x) = htonl((u_int32_t)(x))
  /external/tcpdump/
interface.h 91 #define HTONL(x) (x) = htonl(x)
netdissect.h 250 #define HTONL(x) (x) = htonl(x)

Completed in 567 milliseconds

1 23