Searched refs:tcp_respond (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | tcp_syncookie.c | 367 tcp_respond((struct tcpcb*) 0, t_template->tt_ipgen, sizeof(t_template->tt_ipgen), in syncookie_respond()
|
| H A D | tcp_var.h | 1857 void tcp_respond(struct tcpcb *, void *ipgen __sized_by(ipgen_size), size_t ipgen_size, struct …
|
| H A D | tcp_timer.c | 1008 tcp_respond(tp, t_template->tt_ipgen, sizeof(t_template->tt_ipgen), in tcp_send_keep_alive()
|
| H A D | tcp_input.c | 6308 tcp_respond(tp, mtod(m, void *), m->m_len, th, m, (tcp_seq)0, th->th_ack, in tcp_input() 6315 tcp_respond(tp, mtod(m, void *), m->m_len, th, m, th->th_seq + tlen, in tcp_input()
|
| H A D | tcp_subr.c | 832 tcp_respond(struct tcpcb *tp, void *ipgen __sized_by(ipgen_size), size_t ipgen_size __unused, in tcp_respond() function
|
| H A D | mptcp_subr.c | 4363 tcp_respond(tp, t_template->tt_ipgen, sizeof(t_template->tt_ipgen), in mptcp_subflow_mustrst_ev()
|