Definition in file sock_shared.h.
#include <time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <errno.h>
#include <fcntl.h>
Include dependency graph for sock_shared.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | in_addr6_ |
Stores IPv6 address. More... | |
struct | s_socket |
Stores informnations about socket handle. More... | |
Defines | |
#define | closesocket close |
#define | INVALID_SOCKET -1 |
#define | ioctlsocket ioctl |
#define | PROTOENT protoent |
#define | SOCKET int |
#define | SOCKET_ERROR -1 |
#define | WSAEWOULDBLOCK EAGAIN |
#define | WSAGetLastError() errno |
|
Definition at line 52 of file sock_shared.h. Referenced by sock_bind6(), sock_close(), and sock_connect(). |
|
Definition at line 57 of file sock_shared.h. Referenced by sock_accept(), sock_accept6(), and sock_connect(). |
|
Definition at line 53 of file sock_shared.h. Referenced by sock_bind(), sock_bind6(), and sock_set_blocking(). |
|
Definition at line 55 of file sock_shared.h. Referenced by sock_bind(), and sock_connect(). |
|
Definition at line 54 of file sock_shared.h. Referenced by sock_accept(), and sock_accept6(). |
|
Definition at line 56 of file sock_shared.h. Referenced by sock_bind(), sock_bind6(), sock_connect(), sock_flush_later(), and sock_send_cache(). |
|
Definition at line 51 of file sock_shared.h. Referenced by sock_error(), sock_flush_later(), and sock_send_cache(). |
|
Definition at line 50 of file sock_shared.h. Referenced by sock_bind(), sock_bind6(), sock_connect(), sock_flush_later(), sock_resolve(), sock_resolve6(), sock_reverse(), sock_send_cache(), sock_shutdown(), and sock_startup(). |