HomeSort by: relevance | last modified time | path
    Searched defs:HTONS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpc/stand/include/machine/
endian.h 86 uint16_t htons(uint16_t) __attribute__((__const__));
133 #define htons(x) (x) macro
138 #define HTONS(x) (void) (x)
147 #define htons(x) bswap16((uint16_t)(x))
153 #define HTONS(x) (x) = htons((uint16_t)(x))
  /src/sys/sys/
endian.h 71 uint16_t htons(uint16_t) __constfunc;
118 #define htons(x) __CAST(uint16_t, (x)) macro
123 #define HTONS(x) __CAST(void, (x))
130 #define htons(x) bswap16(__CAST(uint16_t, (x)))
135 #define HTONS(x) (x) = htons(__CAST(uint16_t, (x)))

Completed in 30 milliseconds