Home | History | Annotate | Download | only in slirp-android

Lines Matching refs:ti_t

45 	struct	tcphdr ti_t;		/* tcp header */
53 #define ti_sport ti_t.th_sport
54 #define ti_dport ti_t.th_dport
55 #define ti_seq ti_t.th_seq
56 #define ti_ack ti_t.th_ack
57 #define ti_x2 ti_t.th_x2
58 #define ti_off ti_t.th_off
59 #define ti_flags ti_t.th_flags
60 #define ti_win ti_t.th_win
61 #define ti_sum ti_t.th_sum
62 #define ti_urp ti_t.th_urp