sock_shared.h File Reference


Detailed Description

Provides low-level implementation of TCP IP sockets.

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


Define Documentation

#define closesocket   close
 

Definition at line 52 of file sock_shared.h.

Referenced by sock_bind6(), sock_close(), and sock_connect().

#define INVALID_SOCKET   -1
 

Definition at line 57 of file sock_shared.h.

Referenced by sock_accept(), sock_accept6(), and sock_connect().

#define ioctlsocket   ioctl
 

Definition at line 53 of file sock_shared.h.

Referenced by sock_bind(), sock_bind6(), and sock_set_blocking().

#define PROTOENT   protoent
 

Definition at line 55 of file sock_shared.h.

Referenced by sock_bind(), and sock_connect().

#define SOCKET   int
 

Definition at line 54 of file sock_shared.h.

Referenced by sock_accept(), and sock_accept6().

#define SOCKET_ERROR   -1
 

Definition at line 56 of file sock_shared.h.

Referenced by sock_bind(), sock_bind6(), sock_connect(), sock_flush_later(), and sock_send_cache().

#define WSAEWOULDBLOCK   EAGAIN
 

Definition at line 51 of file sock_shared.h.

Referenced by sock_error(), sock_flush_later(), and sock_send_cache().

 
#define WSAGetLastError  )     errno
 

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().


Generated on Sun Jul 10 05:37:32 2005 for VooDoo cIRCle by doxygen 1.4.3

Hosted by SourceForge.net Logo