HomeSort by relevance Sort by last modified time
    Searched full:t_template (Results 1 - 8 of 8) sorted by null

  /external/qemu/slirp/
tcp_var.h 65 /* struct tcpiphdr *t_template; / * skeletal packet for transmit */
66 struct tcpiphdr t_template; member in struct:tcpcb
tcp_timer.c 300 tcp_respond(tp, &tp->t_template, (struct mbuf *)NULL,
303 tcp_respond(tp, &tp->t_template, (struct mbuf *)NULL,
tcp_subr.c 68 register struct tcpiphdr *n = &tp->t_template;
94 * template for a connection tp->t_template. If flags are given
271 /* if (tp->t_template)
272 * (void) m_free(dtom(tp->t_template));
    [all...]
tcp_output.c 400 memcpy((caddr_t)ti, &tp->t_template, sizeof (struct tcpiphdr));
  /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,
tcp_var.h 70 /* struct tcpiphdr *t_template; / * skeletal packet for transmit */
71 struct tcpiphdr t_template; member in struct:tcpcb
tcp_subr.c 70 register struct tcpiphdr *n = &tp->t_template;
96 * template for a connection tp->t_template. If flags are given
273 /* if (tp->t_template)
274 * (void) m_free(dtom(tp->t_template));
tcp_output.c 400 memcpy((caddr_t)ti, &tp->t_template, sizeof (struct tcpiphdr));

Completed in 99 milliseconds