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

  /src/sys/arch/hpc/stand/include/machine/
endian.h 85 uint32_t htonl(uint32_t) __attribute__((__const__));
132 #define htonl(x) (x) macro
137 #define HTONL(x) (void) (x)
146 #define htonl(x) bswap32((uint32_t)(x))
152 #define HTONL(x) (x) = htonl((uint32_t)(x))
  /src/sys/sys/
endian.h 70 uint32_t htonl(uint32_t) __constfunc;
117 #define htonl(x) __CAST(uint32_t, (x)) macro
122 #define HTONL(x) __CAST(void, (x))
129 #define htonl(x) bswap32(__CAST(uint32_t, (x)))
134 #define HTONL(x) (x) = htonl(__CAST(uint32_t, (x)))

Completed in 14 milliseconds