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

  /src/sys/netinet/
in_l2tp.c 262 NTOHL(sess_id);
320 NTOHL(cookie_32);
383 NTOHL(sess_id);
tcp_input.c 327 NTOHL(th->th_seq);
328 NTOHL(th->th_ack);
1317 iptos = (ntohl(ip6->ip6_flow) >> 20) & 0xff;
3171 NTOHL(oi->ts_val);
3173 NTOHL(oi->ts_ecr);
  /src/sys/netinet6/
in6_l2tp.c 257 NTOHL(sess_id);
315 NTOHL(cookie_32);
378 NTOHL(sess_id);
  /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)))
  /src/usr.sbin/trpt/
trpt.c 292 ntime = ntohl(td->td_time);
319 ntime = ntohl(td->td_time);
462 NTOHL(seq);
463 NTOHL(ack);
  /src/sys/arch/dreamcast/dev/maple/
mlcd.c 453 NTOHL(code);
mmemcard.c 616 NTOHL(code);

Completed in 163 milliseconds