/external/qemu/slirp/ |
tcp_timer.c | 300 tcp_respond(tp, &tp->t_template, (struct mbuf *)NULL, 303 tcp_respond(tp, &tp->t_template, (struct mbuf *)NULL,
|
slirp.h | 303 void tcp_respond _P((struct tcpcb *, register struct tcpiphdr *, register struct mbuf *, tcp_seq, tcp_seq, int));
|
tcp_input.c | 677 tcp_respond(tp, ti, m, ti->ti_seq+1, (tcp_seq)0, [all...] |
tcp_subr.c | 103 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m, function 109 DEBUG_CALL("tcp_respond"); [all...] |
/external/qemu/slirp-android/ |
tcp_timer.c | 300 tcp_respond(tp, &tp->t_template, (struct mbuf *)NULL, 303 tcp_respond(tp, &tp->t_template, (struct mbuf *)NULL,
|
slirp.h | 253 void tcp_respond _P((struct tcpcb *, register struct tcpiphdr *, register struct mbuf *, tcp_seq, tcp_seq, int));
|
tcp_input.c | 683 tcp_respond(tp, ti, m, ti->ti_seq+1, (tcp_seq)0, [all...] |
tcp_subr.c | 105 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m, function 111 DEBUG_CALL("tcp_respond");
|