Searched refs:tcpiphdr (Results 1 – 14 of 14) sorted by relevance
/external/qemu/slirp-android/ |
D | tcpip.h | 43 struct tcpiphdr { struct 65 #define qlink2tcpiphdr(Q) ((struct tcpiphdr*)(((char*)(Q)) + sizeof(struct qlink))) argument 70 #define tcpfrag_list_empty(T) ((T)->seg_next == (struct tcpiphdr*)(T)) 77 struct tcpiphdr dummy;
|
D | tcp_var.h | 48 struct tcpiphdr *seg_next; /* sequencing queue */ 49 struct tcpiphdr *seg_prev; 71 struct tcpiphdr t_template;
|
D | tcp_input.c | 112 struct tcpiphdr *ti); 116 tcp_reass(register struct tcpcb *tp, register struct tcpiphdr *ti, in tcp_reass() 119 register struct tcpiphdr *q; in tcp_reass() 223 } while (ti != (struct tcpiphdr *)tp && ti->ti_seq == tp->rcv_nxt); in tcp_reass() 236 register struct tcpiphdr *ti; in tcp_input() 278 ti = mtod(m, struct tcpiphdr *); in tcp_input() 324 optp = mtod(m, caddr_t) + sizeof (struct tcpiphdr); in tcp_input() 358 m->m_data += sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr); in tcp_input() 359 m->m_len -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr); in tcp_input() 691 m->m_data -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr); in tcp_input() [all …]
|
D | tcp_subr.c | 70 register struct tcpiphdr *n = &tp->t_template; in tcp_template() 75 n->ti_len = htons(sizeof (struct tcpiphdr) - sizeof (struct ip)); in tcp_template() 105 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m, in tcp_respond() 130 *mtod(m, struct tcpiphdr *) = *ti; in tcp_respond() 131 ti = mtod(m, struct tcpiphdr *); in tcp_respond() 140 m->m_len = sizeof (struct tcpiphdr); in tcp_respond() 148 tlen += sizeof (struct tcpiphdr); in tcp_respond() 190 tp->seg_next = tp->seg_prev = (struct tcpiphdr*)tp; in tcp_newtcpcb() 257 register struct tcpiphdr *t; in tcp_close()
|
D | tcp_output.c | 73 register struct tcpiphdr *ti; 275 hdrlen = sizeof (struct tcpiphdr); 398 ti = mtod(m, struct tcpiphdr *); 400 memcpy((caddr_t)ti, &tp->t_template, sizeof (struct tcpiphdr));
|
D | socket.h | 29 struct tcpiphdr *so_ti; /* Pointer to the original ti within
|
D | slirp.h | 253 void tcp_respond _P((struct tcpcb *, register struct tcpiphdr *, register struct mbuf *, tcp_seq, t…
|
/external/qemu/slirp/ |
D | tcpip.h | 39 struct tcpiphdr { struct 61 #define qlink2tcpiphdr(Q) ((struct tcpiphdr*)(((char*)(Q)) + sizeof(struct qlink))) argument 66 #define tcpfrag_list_empty(T) ((T)->seg_next == (struct tcpiphdr*)(T)) 73 struct tcpiphdr dummy;
|
D | tcp_var.h | 43 struct tcpiphdr *seg_next; /* sequencing queue */ 44 struct tcpiphdr *seg_prev; 66 struct tcpiphdr t_template;
|
D | tcp_input.c | 112 struct tcpiphdr *ti); 116 tcp_reass(register struct tcpcb *tp, register struct tcpiphdr *ti, in tcp_reass() 119 register struct tcpiphdr *q; in tcp_reass() 223 } while (ti != (struct tcpiphdr *)tp && ti->ti_seq == tp->rcv_nxt); in tcp_reass() 236 register struct tcpiphdr *ti; in tcp_input() 278 ti = mtod(m, struct tcpiphdr *); in tcp_input() 324 optp = mtod(m, caddr_t) + sizeof (struct tcpiphdr); in tcp_input() 358 m->m_data += sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr); in tcp_input() 359 m->m_len -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr); in tcp_input() 685 m->m_data -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr); in tcp_input() [all …]
|
D | tcp_output.c | 73 register struct tcpiphdr *ti; 275 hdrlen = sizeof (struct tcpiphdr); 398 ti = mtod(m, struct tcpiphdr *); 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() 73 n->ti_len = htons(sizeof (struct tcpiphdr) - sizeof (struct ip)); in tcp_template() 103 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m, in tcp_respond() 128 *mtod(m, struct tcpiphdr *) = *ti; in tcp_respond() 129 ti = mtod(m, struct tcpiphdr *); in tcp_respond() 138 m->m_len = sizeof (struct tcpiphdr); in tcp_respond() 146 tlen += sizeof (struct tcpiphdr); in tcp_respond() 188 tp->seg_next = tp->seg_prev = (struct tcpiphdr*)tp; in tcp_newtcpcb() 255 register struct tcpiphdr *t; in tcp_close()
|
D | socket.h | 29 struct tcpiphdr *so_ti; /* Pointer to the original ti within
|
D | slirp.h | 303 void tcp_respond _P((struct tcpcb *, register struct tcpiphdr *, register struct mbuf *, tcp_seq, t…
|