Logo
~Sockets~
~Examples~
~Contact~


socket_include.h File Reference

Date:
2005-04-12
More...

#include "sockets-config.h"
#include <list>
#include <unistd.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>

Include dependency graph for socket_include.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Defines

#define SOCKETS_DYNAMIC_TEMP
#define Errno   errno
#define StrError   strerror
#define closesocket   close
#define INVALID_SOCKET   -1
#define SOCKET_ERROR   -1
#define INADDR_NONE   ((unsigned long) -1)
#define SOL_IP   IPPROTO_IP

Typedefs

typedef int SOCKET
typedef unsigned long ipaddr_t
typedef unsigned short port_t
typedef std::list< SOCKETsocket_v
 List type containing file descriptors.

Detailed Description

Date:
2005-04-12

Author:
grymse@alhem.net

Definition in file socket_include.h.


Define Documentation

#define INADDR_NONE   ((unsigned long) -1)

Definition at line 90 of file socket_include.h.

#define SOCKET_ERROR   -1

Definition at line 87 of file socket_include.h.

#define SOCKETS_DYNAMIC_TEMP

Definition at line 42 of file socket_include.h.


Typedef Documentation

typedef unsigned long ipaddr_t

Definition at line 247 of file socket_include.h.

typedef unsigned short port_t

Definition at line 248 of file socket_include.h.

typedef int SOCKET

Definition at line 75 of file socket_include.h.

typedef std::list<SOCKET> socket_v

List type containing file descriptors.

Definition at line 265 of file socket_include.h.

Page, code, and content Copyright (C) 2007 by Anders Hedström
Generated for C++ Sockets by  doxygen 1.4.4