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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A D_endian.h116 #define NTOHL(x) (x)
133 #define NTOHL(x) (x) = ntohl((__uint32_t)x)
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dendian.h86 #define NTOHL(x) (x) = ntohl((unsigned long)x) macro
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_mroute.c76 #ifndef NTOHL
78 #define NTOHL(d) ((d) = ntohl((d))) macro
83 #define NTOHL(d) macro
H A Dtcp_input.c776 NTOHL(th->th_seq);
777 NTOHL(th->th_ack);
3206 NTOHL(to->to_tsval);
3209 NTOHL(to->to_tsecr);

Completed in 45 milliseconds