Searched refs:tcp_respond (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/netinet/ |
H A D | tcp_input.c | 1158 (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 D | tcp_timer.c | 566 (void)tcp_respond(tp, tp->t_template, in tcp_timer_keep()
|
H A D | tcp_var.h | 839 int tcp_respond(struct tcpcb *, struct mbuf *, struct mbuf *,
|
H A D | tcp_syncache.c | 782 (void)tcp_respond(NULL, m, m, th, (tcp_seq)0, th->th_ack, TH_RST); in syn_cache_get()
|
H A D | tcp_subr.c | 604 tcp_respond(struct tcpcb *tp, struct mbuf *mtemplate, struct mbuf *m, in tcp_respond() function
|