Home
last modified time | relevance | path

Searched refs:t_template (Results 1 – 8 of 8) sorted by relevance

/external/qemu/slirp/
Dtcp_timer.c300 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()
Dtcp_var.h66 struct tcpiphdr t_template; member
Dtcp_output.c400 memcpy((caddr_t)ti, &tp->t_template, sizeof (struct tcpiphdr));
Dtcp_subr.c68 register struct tcpiphdr *n = &tp->t_template; in tcp_template()
/external/qemu/slirp-android/
Dtcp_timer.c300 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()
Dtcp_var.h71 struct tcpiphdr t_template; member
Dtcp_output.c400 memcpy((caddr_t)ti, &tp->t_template, sizeof (struct tcpiphdr));
Dtcp_subr.c70 register struct tcpiphdr *n = &tp->t_template; in tcp_template()