Searched refs:t_template (Results 1 – 8 of 8) sorted by relevance
/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 | tcp_var.h | 66 struct tcpiphdr t_template; member
|
D | tcp_output.c | 400 memcpy((caddr_t)ti, &tp->t_template, sizeof (struct tcpiphdr));
|
D | tcp_subr.c | 68 register struct tcpiphdr *n = &tp->t_template; in tcp_template()
|
/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 | tcp_var.h | 71 struct tcpiphdr t_template; member
|
D | tcp_output.c | 400 memcpy((caddr_t)ti, &tp->t_template, sizeof (struct tcpiphdr));
|
D | tcp_subr.c | 70 register struct tcpiphdr *n = &tp->t_template; in tcp_template()
|