Home | History | Annotate | Download | only in slirp

Lines Matching refs:_P

76 struct socket * solookup _P((struct socket *, struct in_addr, u_int, struct in_addr, u_int));
77 struct socket * socreate _P((void));
78 void sofree _P((struct socket *));
79 int soread _P((struct socket *));
80 void sorecvoob _P((struct socket *));
81 int sosendoob _P((struct socket *));
82 int sowrite _P((struct socket *));
83 void sorecvfrom _P((struct socket *));
84 int sosendto _P((struct socket *, struct mbuf *));
85 struct socket * solisten _P((u_int, u_int32_t, u_int, int));
86 void soisfconnecting _P((register struct socket *));
87 void soisfconnected _P((register struct socket *));
88 void soisfdisconnected _P((struct socket *));
89 void sofwdrain _P((struct socket *));