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

1 23

  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/
endian.h 53 uint16_t htons(uint16_t) __pure2;
59 #define htons(x) __swap16(x) macro
76 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
endian.h 53 uint16_t htons(uint16_t) __pure2;
59 #define htons(x) __swap16(x) macro
76 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /external/tcpdump/
interface.h 92 #define HTONS(x) (x) = htons(x)
netdissect.h 251 #define HTONS(x) (x) = htons(x)

Completed in 447 milliseconds

1 23