Lines Matching refs:tcpiphdr
63 /* struct tcpiphdr * */
68 register struct tcpiphdr *n = &tp->t_template;
73 n->ti_len = htons(sizeof (struct tcpiphdr) - sizeof (struct ip));
92 * of the tcpiphdr at ti and send directly to the addressed host.
103 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m,
128 *mtod(m, struct tcpiphdr *) = *ti;
129 ti = mtod(m, struct tcpiphdr *);
138 m->m_len = sizeof (struct tcpiphdr);
146 tlen += sizeof (struct tcpiphdr);
188 tp->seg_next = tp->seg_prev = (struct tcpiphdr*)tp;
255 register struct tcpiphdr *t;