Searched refs:ti_t (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcpip.h73 struct tcphdr ti_t; /* tcp header */ member in struct:tcpiphdr
81 struct tcphdr ti_t; /* tcp header */ member in struct:full_tcpiphdr
90 #define ti_sport ti_t.th_sport
91 #define ti_dport ti_t.th_dport
92 #define ti_seq ti_t.th_seq
93 #define ti_ack ti_t.th_ack
94 #define ti_x2 ti_t.th_x2
95 #define ti_off ti_t.th_off
96 #define ti_flags ti_t.th_flags
97 #define ti_win ti_t
[all...]
H A Dtcp_debug.c170 td->td_ti.ti_t = *th;
176 bzero((caddr_t)&td->td_ti.ti_t,
177 sizeof(td->td_ti.ti_t));
181 bzero((caddr_t)&td->td_ti.ti_t,
182 sizeof(td->td_ti.ti_t));
187 bzero((caddr_t)&td->td_ti.ti_t, sizeof(td->td_ti.ti_t));

Completed in 74 milliseconds