Home
last modified time | relevance | path

Searched refs:tcp_respond (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/netinet/
H A Dtcp_input.c1158 (void)tcp_respond(0, m, m, th, th->th_seq + tlen, th->th_ack, TH_ACK); in tcp_vtw_input()
1170 tcp_respond(0, m, m, th, (tcp_seq)0, th->th_ack, TH_RST); in tcp_vtw_input()
1174 (void)tcp_respond(0, m, m, th, th->th_seq + tlen, (tcp_seq)0,
2407 tcp_respond(tp, m, m, th, (tcp_seq)0, th->th_ack - 1, in tcp_input()
2931 (void)tcp_respond(tp, m, m, th, (tcp_seq)0, th->th_ack, TH_RST); in tcp_input()
2935 (void)tcp_respond(tp, m, m, th, th->th_seq + tlen, (tcp_seq)0, in tcp_input()
H A Dtcp_timer.c566 (void)tcp_respond(tp, tp->t_template, in tcp_timer_keep()
H A Dtcp_var.h839 int tcp_respond(struct tcpcb *, struct mbuf *, struct mbuf *,
H A Dtcp_syncache.c782 (void)tcp_respond(NULL, m, m, th, (tcp_seq)0, th->th_ack, TH_RST); in syn_cache_get()
H A Dtcp_subr.c604 tcp_respond(struct tcpcb *tp, struct mbuf *mtemplate, struct mbuf *m, in tcp_respond() function