|
EvEmu
0.8.4
11 September 2021
|
This is the complete list of members for Socket, including all inherited members.
| accept(sockaddr *addr, unsigned int *addrlen) | Socket | |
| bind(const sockaddr *name, unsigned int namelen) | Socket | |
| connect(const sockaddr *name, unsigned int namelen) | Socket | |
| fcntl(int cmd, long arg) | Socket | |
| listen(int backlog=SOMAXCONN) | Socket | |
| mSock | Socket | protected |
| recv(void *buf, unsigned int len, int flags) | Socket | |
| recvfrom(void *buf, unsigned int len, int flags, sockaddr *from, unsigned int *fromlen) | Socket | |
| send(const void *buf, unsigned int len, int flags) | Socket | |
| sendto(const void *buf, unsigned int len, int flags, const sockaddr *to, unsigned int tolen) | Socket | |
| setopt(int level, int optname, const void *optval, unsigned int optlen) | Socket | |
| Socket(int af, int type, int protocol) | Socket | |
| Socket(SOCKET sock) | Socket | protected |
| ~Socket() | Socket |