Home | History | Annotate | Download | only in slirp

Lines Matching refs:ti_t

41 	struct	tcphdr ti_t;		/* tcp header */
49 #define ti_sport ti_t.th_sport
50 #define ti_dport ti_t.th_dport
51 #define ti_seq ti_t.th_seq
52 #define ti_ack ti_t.th_ack
53 #define ti_x2 ti_t.th_x2
54 #define ti_off ti_t.th_off
55 #define ti_flags ti_t.th_flags
56 #define ti_win ti_t.th_win
57 #define ti_sum ti_t.th_sum
58 #define ti_urp ti_t.th_urp