HomeSort by relevance Sort by last modified time
    Searched refs:tcpiphdr (Results 1 - 14 of 14) sorted by null

  /external/qemu/slirp/
tcpip.h 39 struct tcpiphdr { struct
61 #define qlink2tcpiphdr(Q) ((struct tcpiphdr*)(((char*)(Q)) + sizeof(struct qlink)))
66 #define tcpfrag_list_empty(T) ((T)->seg_next == (struct tcpiphdr*)(T))
73 struct tcpiphdr dummy;
tcp_var.h 43 struct tcpiphdr *seg_next; /* sequencing queue */
44 struct tcpiphdr *seg_prev;
65 /* struct tcpiphdr *t_template; / * skeletal packet for transmit */
66 struct tcpiphdr t_template;
socket.h 29 struct tcpiphdr *so_ti; /* Pointer to the original ti within
tcp_input.c 112 struct tcpiphdr *ti);
116 tcp_reass(register struct tcpcb *tp, register struct tcpiphdr *ti,
119 register struct tcpiphdr *q;
223 } while (ti != (struct tcpiphdr *)tp && ti->ti_seq == tp->rcv_nxt);
236 register struct tcpiphdr *ti;
278 ti = mtod(m, struct tcpiphdr *);
324 optp = mtod(m, caddr_t) + sizeof (struct tcpiphdr);
358 m->m_data += sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
359 m->m_len -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
685 m->m_data -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr)
    [all...]
tcp_output.c 73 register struct tcpiphdr *ti;
272 * max_linkhdr + sizeof (struct tcpiphdr) + optlen <= MHLEN
275 hdrlen = sizeof (struct tcpiphdr);
398 ti = mtod(m, struct tcpiphdr *);
400 memcpy((caddr_t)ti, &tp->t_template, sizeof (struct tcpiphdr));
tcp_subr.c 63 /* struct tcpiphdr * */
68 register struct tcpiphdr *n = &tp->t_template;
73 n->ti_len = htons(sizeof (struct tcpiphdr) - sizeof (struct ip));
92 * of the tcpiphdr at ti and send directly to the addressed host.
103 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m,
128 *mtod(m, struct tcpiphdr *) = *ti;
129 ti = mtod(m, struct tcpiphdr *);
138 m->m_len = sizeof (struct tcpiphdr);
146 tlen += sizeof (struct tcpiphdr);
188 tp->seg_next = tp->seg_prev = (struct tcpiphdr*)tp
    [all...]
slirp.h 303 void tcp_respond _P((struct tcpcb *, register struct tcpiphdr *, register struct mbuf *, tcp_seq, tcp_seq, int));
  /external/qemu/slirp-android/
tcpip.h 43 struct tcpiphdr { struct
65 #define qlink2tcpiphdr(Q) ((struct tcpiphdr*)(((char*)(Q)) + sizeof(struct qlink)))
70 #define tcpfrag_list_empty(T) ((T)->seg_next == (struct tcpiphdr*)(T))
77 struct tcpiphdr dummy;
tcp_var.h 48 struct tcpiphdr *seg_next; /* sequencing queue */
49 struct tcpiphdr *seg_prev;
70 /* struct tcpiphdr *t_template; / * skeletal packet for transmit */
71 struct tcpiphdr t_template;
socket.h 29 struct tcpiphdr *so_ti; /* Pointer to the original ti within
tcp_input.c 112 struct tcpiphdr *ti);
116 tcp_reass(register struct tcpcb *tp, register struct tcpiphdr *ti,
119 register struct tcpiphdr *q;
223 } while (ti != (struct tcpiphdr *)tp && ti->ti_seq == tp->rcv_nxt);
236 register struct tcpiphdr *ti;
278 ti = mtod(m, struct tcpiphdr *);
324 optp = mtod(m, caddr_t) + sizeof (struct tcpiphdr);
358 m->m_data += sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
359 m->m_len -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
691 m->m_data -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr)
    [all...]
tcp_output.c 73 register struct tcpiphdr *ti;
272 * max_linkhdr + sizeof (struct tcpiphdr) + optlen <= MHLEN
275 hdrlen = sizeof (struct tcpiphdr);
398 ti = mtod(m, struct tcpiphdr *);
400 memcpy((caddr_t)ti, &tp->t_template, sizeof (struct tcpiphdr));
tcp_subr.c 65 /* struct tcpiphdr * */
70 register struct tcpiphdr *n = &tp->t_template;
75 n->ti_len = htons(sizeof (struct tcpiphdr) - sizeof (struct ip));
94 * of the tcpiphdr at ti and send directly to the addressed host.
105 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m,
130 *mtod(m, struct tcpiphdr *) = *ti;
131 ti = mtod(m, struct tcpiphdr *);
140 m->m_len = sizeof (struct tcpiphdr);
148 tlen += sizeof (struct tcpiphdr);
190 tp->seg_next = tp->seg_prev = (struct tcpiphdr*)tp
    [all...]
slirp.h 254 void tcp_respond _P((struct tcpcb *, register struct tcpiphdr *, register struct mbuf *, tcp_seq, tcp_seq, int));

Completed in 808 milliseconds