Home
last modified time | relevance | path

Searched refs:tcpip_fillheaders (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/netinet/
HDtcp_timewait.c549 tcpip_fillheaders(inp, ip6, th); in tcp_twrespond()
560 tcpip_fillheaders(inp, ip, th); in tcp_twrespond()
HDtcp_subr.c760 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()
HDtcp_output.c1105 tcpip_fillheaders(tp->t_inpcb, ip6, th); in tcp_output()
1112 tcpip_fillheaders(tp->t_inpcb, ip, th); in tcp_output()
HDtcp_var.h812 void tcpip_fillheaders(struct inpcb *, void *, void *);