Searched refs:NTOHL (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A D_endian.h116 #define NTOHL(x) (x)
133 #define NTOHL(x) (x) = ntohl((__uint32_t)x)
/darwin-on-arm/xnu/osfmk/i386/
H A Dendian.h86 #define NTOHL(x) (x) = ntohl((unsigned long)x) macro
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_lro.c887 NTOHL(tcp_hdr->th_seq);
888 NTOHL(tcp_hdr->th_ack);
H A Dtcp_input.c1429 NTOHL(th->th_seq);
1430 NTOHL(th->th_ack);
4074 NTOHL(to->to_tsval);
4081 NTOHL(to->to_tsecr);
H A Dtcp_output.c2288 NTOHL(prev_ack);

Completed in 40 milliseconds