Searched refs:tcp_respond (Results 1 – 8 of 8) sorted by relevance
/external/qemu/slirp-android/ |
D | tcp_timer.c | 300 tcp_respond(tp, &tp->t_template, (struct mbuf *)NULL, in tcp_timers() 303 tcp_respond(tp, &tp->t_template, (struct mbuf *)NULL, in tcp_timers()
|
D | slirp.h | 253 void tcp_respond _P((struct tcpcb *, register struct tcpiphdr *, register struct mbuf *, tcp_seq, t…
|
D | tcp_input.c | 683 tcp_respond(tp, ti, m, ti->ti_seq+1, (tcp_seq)0, in tcp_input() 1481 tcp_respond(tp, ti, m, (tcp_seq)0, ti->ti_ack, TH_RST); in tcp_input() 1484 tcp_respond(tp, ti, m, ti->ti_seq+ti->ti_len, (tcp_seq)0, in tcp_input()
|
D | tcp_subr.c | 105 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m, in tcp_respond() function
|
/external/qemu/slirp/ |
D | tcp_timer.c | 300 tcp_respond(tp, &tp->t_template, (struct mbuf *)NULL, in tcp_timers() 303 tcp_respond(tp, &tp->t_template, (struct mbuf *)NULL, in tcp_timers()
|
D | slirp.h | 303 void tcp_respond _P((struct tcpcb *, register struct tcpiphdr *, register struct mbuf *, tcp_seq, t…
|
D | tcp_input.c | 677 tcp_respond(tp, ti, m, ti->ti_seq+1, (tcp_seq)0, in tcp_input() 1475 tcp_respond(tp, ti, m, (tcp_seq)0, ti->ti_ack, TH_RST); in tcp_input() 1478 tcp_respond(tp, ti, m, ti->ti_seq+ti->ti_len, (tcp_seq)0, in tcp_input()
|
D | tcp_subr.c | 103 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m, in tcp_respond() function
|