/src/sys/netinet/ |
tcp_input.c | 1158 (void)tcp_respond(0, m, m, th, th->th_seq + tlen, th->th_ack, TH_ACK); 1170 tcp_respond(0, m, m, th, (tcp_seq)0, th->th_ack, TH_RST); 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, 2931 (void)tcp_respond(tp, m, m, th, (tcp_seq)0, th->th_ack, TH_RST); 2935 (void)tcp_respond(tp, m, m, th, th->th_seq + tlen, (tcp_seq)0,
|
tcp_timer.c | 566 (void)tcp_respond(tp, tp->t_template,
|
tcp_var.h | 839 int tcp_respond(struct tcpcb *, struct mbuf *, struct mbuf *,
|
tcp_syncache.c | 782 (void)tcp_respond(NULL, m, m, th, (tcp_seq)0, th->th_ack, TH_RST);
|
tcp_subr.c | 604 tcp_respond(struct tcpcb *tp, struct mbuf *mtemplate, struct mbuf *m, function in typeref:typename:int 834 panic("tcp_respond: not mapped addr"); 838 panic("tcp_respond: ip_dst != in6p_faddr"); 843 panic("tcp_respond: ip6_dst != in6p_faddr"); 845 panic("tcp_respond: address family mismatch");
|