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

  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Host.h 25 #define HTONS _UNIX_EFI_NAME_MANGLE_HTOHS_
83 #undef HTONS
  /bionic/libc/include/sys/
endian.h 53 uint16_t htons(uint16_t __x) __attribute_const__ __INTRODUCED_IN(21);
59 #define htons(x) __swap16(x) macro
76 #define HTONS(x) (x) = htons(__BIONIC_CAST(static_cast,u_int16_t,(x)))
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
endian.h 77 uint16_t htons(uint16_t) __attribute__((__const__));
124 #define htons(x) (x) macro
129 #define HTONS(x) (void) (x)
136 #define htons(x) bswap16((uint16_t)(x))
141 #define HTONS(x) (x) = htons((uint16_t)(x))
  /external/tcpdump/
netdissect.h 277 #define HTONS(x) (x) = htons(x)
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
NetLib.h 224 #define HTONS(x) NTOHS(x)
    [all...]

Completed in 169 milliseconds