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

  /src/sys/arch/hpc/stand/include/machine/
endian.h 88 uint16_t ntohs(uint16_t) __attribute__((__const__));
131 #define ntohs(x) (x) macro
136 #define NTOHS(x) (void) (x)
145 #define ntohs(x) bswap16((uint16_t)(x))
151 #define NTOHS(x) (x) = ntohs((uint16_t)(x))
  /src/sys/sys/
endian.h 73 uint16_t ntohs(uint16_t) __constfunc;
116 #define ntohs(x) __CAST(uint16_t, (x)) macro
121 #define NTOHS(x) __CAST(void, (x))
128 #define ntohs(x) bswap16(__CAST(uint16_t, (x)))
133 #define NTOHS(x) (x) = ntohs(__CAST(uint16_t, (x)))

Completed in 12 milliseconds