Searched refs:tcpcb (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp_timer.h149 struct tcpcb;
153 void tcp_canceltimers (struct tcpcb *);
H A Dtcp_timer.c59 static struct tcpcb *tcp_timers(PNATState pData, register struct tcpcb *tp, int timer);
67 register struct tcpcb *tp;
75 if ( (tp = (struct tcpcb *)so->so_tcpcb)
96 register struct tcpcb *tp;
141 tcp_canceltimers(struct tcpcb *tp)
157 static struct tcpcb *
158 tcp_timers(PNATState pData, register struct tcpcb *tp, int timer)
H A Dslirp.h327 int tcp_reass (PNATState, struct tcpcb *, struct tcphdr *, int *, struct mbuf *);
330 void tcp_dooptions (PNATState, struct tcpcb *, u_char *, int, struct tcpiphdr *);
331 void tcp_xmit_timer (PNATState, register struct tcpcb *, int);
332 int tcp_mss (PNATState, register struct tcpcb *, u_int);
335 int tcp_output (PNATState, register struct tcpcb *);
336 void tcp_setpersist (register struct tcpcb *);
340 void tcp_template (struct tcpcb *);
341 void tcp_respond (PNATState, struct tcpcb *, register struct tcpiphdr *, register struct mbuf *, tcp_seq, tcp_seq, int);
342 struct tcpcb * tcp_newtcpcb (PNATState, struct socket *);
343 struct tcpcb * tcp_clos
[all...]
H A Dtcp_subr.c88 tcp_template(struct tcpcb *tp)
125 tcp_respond(PNATState pData, struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m, tcp_seq ack, tcp_seq seq, int flags)
197 struct tcpcb *
200 register struct tcpcb *tp;
202 tp = (struct tcpcb *)RTMemAllocZ(sizeof(*tp));
204 return ((struct tcpcb *)0);
239 struct tcpcb *tcp_drop(PNATState pData, struct tcpcb *tp, int err)
242 register struct tcpcb *tp;
279 struct tcpcb *
[all...]
H A Dtcp_var.h76 struct tcpcb struct
78 LIST_ENTRY(tcpcb) t_list;
166 LIST_HEAD(tcpcbhead, tcpcb);
H A Dsocket.h79 struct tcpcb *so_tcpcb; /* pointer to TCP protocol control block */
H A Dtcp_input.c94 tcp_reass(PNATState pData, struct tcpcb *tp, struct tcphdr *th, int *tlenp, struct mbuf *m)
297 register struct tcpcb *tp = 0;
1747 struct tcpcb *tp;
1805 tcp_dooptions(PNATState pData, struct tcpcb *tp, u_char *cp, int cnt, struct tcpiphdr *ti)
1894 struct tcpcb *tp = sototcpcb(so);
1917 tcp_xmit_timer(PNATState pData, register struct tcpcb *tp, int rtt)
2006 tcp_mss(PNATState pData, register struct tcpcb *tp, u_int offer)
H A Dtcp_output.c92 tcp_output(PNATState pData, register struct tcpcb *tp)
717 tcp_setpersist(struct tcpcb *tp)
H A Ddebug.c398 const struct tcpcb *tp = (const struct tcpcb *)pvValue;
H A Dsocket.c436 struct tcpcb *tp = sototcpcb(so);
H A Dslirp.c881 struct tcpcb *tp = sototcpcb(so);

Completed in 74 milliseconds