Revision 9634d903 slirp/socket.h

b/slirp/socket.h
81 81
};
82 82
#endif
83 83

  
84
void so_init _P((void));
85 84
struct socket * solookup _P((struct socket *, struct in_addr, u_int, struct in_addr, u_int));
86 85
struct socket * socreate _P((void));
87 86
void sofree _P((struct socket *));
......
92 91
void sorecvfrom _P((struct socket *));
93 92
int sosendto _P((struct socket *, struct mbuf *));
94 93
struct socket * solisten _P((u_int, u_int32_t, u_int, int));
95
void sorwakeup _P((struct socket *));
96
void sowwakeup _P((struct socket *));
97 94
void soisfconnecting _P((register struct socket *));
98 95
void soisfconnected _P((register struct socket *));
99
void sofcantrcvmore _P((struct  socket *));
100
void sofcantsendmore _P((struct socket *));
101 96
void soisfdisconnected _P((struct socket *));
102 97
void sofwdrain _P((struct socket *));
103 98

  

Also available in: Unified diff