ti_t              155 netinet/tcp_debug.c 			th = &ti->ti_t;
ti_t              702 netinet/tcp_input.c 				bcopy(th, &tcp_saveti.ti_t, sizeof(*th));
ti_t               43 netinet/tcpip.h 	struct	tcphdr ti_t;		/* tcp header */
ti_t               50 netinet/tcpip.h #define	ti_sport	ti_t.th_sport
ti_t               51 netinet/tcpip.h #define	ti_dport	ti_t.th_dport
ti_t               52 netinet/tcpip.h #define	ti_seq		ti_t.th_seq
ti_t               53 netinet/tcpip.h #define	ti_ack		ti_t.th_ack
ti_t               54 netinet/tcpip.h #define	ti_x2		ti_t.th_x2
ti_t               55 netinet/tcpip.h #define	ti_off		ti_t.th_off
ti_t               56 netinet/tcpip.h #define	ti_flags	ti_t.th_flags
ti_t               57 netinet/tcpip.h #define	ti_win		ti_t.th_win
ti_t               58 netinet/tcpip.h #define	ti_sum		ti_t.th_sum
ti_t               59 netinet/tcpip.h #define	ti_urp		ti_t.th_urp