Home | History | Annotate | Download | only in slirp-android

Lines Matching full:tcpcb

244 int tcp_mss _P((register struct tcpcb *, u_int));
247 int tcp_output _P((register struct tcpcb *));
248 void tcp_setpersist _P((register struct tcpcb *));
252 void tcp_template _P((struct tcpcb *));
253 void tcp_respond _P((struct tcpcb *, register struct tcpiphdr *, register struct mbuf *, tcp_seq, tcp_seq, int));
254 struct tcpcb * tcp_newtcpcb _P((struct socket *));
255 struct tcpcb * tcp_close _P((register struct tcpcb *));
256 void tcp_sockclosed _P((struct tcpcb *));
263 struct tcpcb *tcp_drop(struct tcpcb *tp, int err);