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

Lines Matching refs:_P

79 void so_init _P((void));
80 struct socket * solookup _P((struct socket *, uint32_t, u_int, uint32_t, u_int));
81 struct socket * socreate _P((void));
82 void sofree _P((struct socket *));
83 int soread _P((struct socket *));
84 void sorecvoob _P((struct socket *));
85 int sosendoob _P((struct socket *));
86 int sowrite _P((struct socket *));
87 void sorecvfrom _P((struct socket *));
88 int sosendto _P((struct socket *, struct mbuf *));
89 struct socket * solisten _P((u_int, u_int32_t, u_int, int));
90 int sounlisten _P((u_int port));
91 void soisfconnecting _P((register struct socket *));
92 void soisfconnected _P((register struct socket *));
93 void soisfdisconnected _P((struct socket *));
94 void sofwdrain _P((struct socket *));