Home | History | Annotate | Download | only in slirp

Lines Matching full:tcpcb

294 int tcp_mss _P((register struct tcpcb *, u_int));
297 int tcp_output _P((register struct tcpcb *));
298 void tcp_setpersist _P((register struct tcpcb *));
302 void tcp_template _P((struct tcpcb *));
303 void tcp_respond _P((struct tcpcb *, register struct tcpiphdr *, register struct mbuf *, tcp_seq, tcp_seq, int));
304 struct tcpcb * tcp_newtcpcb _P((struct socket *));
305 struct tcpcb * tcp_close _P((register struct tcpcb *));
306 void tcp_sockclosed _P((struct tcpcb *));
313 struct tcpcb *tcp_drop(struct tcpcb *tp, int err);