Lines Matching refs:tcpiphdr
65 /* struct tcpiphdr * */
70 register struct tcpiphdr *n = &tp->t_template;
75 n->ti_len = htons(sizeof (struct tcpiphdr) - sizeof (struct ip));
94 * of the tcpiphdr at ti and send directly to the addressed host.
105 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m,
130 *mtod(m, struct tcpiphdr *) = *ti;
131 ti = mtod(m, struct tcpiphdr *);
140 m->m_len = sizeof (struct tcpiphdr);
148 tlen += sizeof (struct tcpiphdr);
190 tp->seg_next = tp->seg_prev = (struct tcpiphdr*)tp;
257 register struct tcpiphdr *t;