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

  /src/sys/arch/hpc/stand/include/machine/
endian.h 87 uint32_t ntohl(uint32_t) __attribute__((__const__));
130 #define ntohl(x) (x) macro
135 #define NTOHL(x) (void) (x)
142 /* XXX: uwe: Use ntohl &co supplied by WinCE. */
144 #define ntohl(x) bswap32((uint32_t)(x))
150 #define NTOHL(x) (x) = ntohl((uint32_t)(x))
  /src/sys/sys/
endian.h 72 uint32_t ntohl(uint32_t) __constfunc;
115 #define ntohl(x) __CAST(uint32_t, (x)) macro
120 #define NTOHL(x) __CAST(void, (x))
127 #define ntohl(x) bswap32(__CAST(uint32_t, (x)))
132 #define NTOHL(x) (x) = ntohl(__CAST(uint32_t, (x)))

Completed in 11 milliseconds