Searched refs:tcpip_fillheaders (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/netinet/ |
| HD | tcp_timewait.c | 549 tcpip_fillheaders(inp, ip6, th); in tcp_twrespond() 560 tcpip_fillheaders(inp, ip, th); in tcp_twrespond()
|
| HD | tcp_subr.c | 760 tcpip_fillheaders(struct inpcb *inp, void *ip_ptr, void *tcp_ptr) in tcpip_fillheaders() function 827 tcpip_fillheaders(inp, (void *)&t->tt_ipgen, (void *)&t->tt_t); in tcpip_maketemplate() 2371 tcpip_fillheaders(inp, ip6, th); in ipsec_hdrsiz_tcp() 2379 tcpip_fillheaders(inp, ip, th); in ipsec_hdrsiz_tcp()
|
| HD | tcp_output.c | 1105 tcpip_fillheaders(tp->t_inpcb, ip6, th); in tcp_output() 1112 tcpip_fillheaders(tp->t_inpcb, ip, th); in tcp_output()
|
| HD | tcp_var.h | 812 void tcpip_fillheaders(struct inpcb *, void *, void *);
|