Home
last modified time | relevance | path

Searched refs:n_short (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.121.2/bsd/netinet/
H A Dip_icmp.h97 n_short icd_id;
98 n_short icd_seq;
104 n_short ipm_void;
105 n_short ipm_nextmtu;
H A Din_systm.h86 typedef __uint16_t n_short; /* short as received from the net */ typedef
H A Dip_compat.h591 n_short icd_id;
592 n_short icd_seq;
H A Dtcp_subr.c841 xchg(nth->th_dport, nth->th_sport, n_short); in tcp_respond()