UCommon
socket.h File Reference

socket operations. More...

#include <cstdio>
#include <commoncpp/config.h>
#include <commoncpp/string.h>
#include <commoncpp/address.h>
#include <commoncpp/exception.h>
Include dependency graph for socket.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DCCP_SOCKOPT_AVAILABLE_CCIDS   12
 
#define DCCP_SOCKOPT_CCID   13
 
#define DCCP_SOCKOPT_RX_CCID   15
 
#define DCCP_SOCKOPT_TX_CCID   14
 

Typedefs

typedef socket_t ost::SOCKET
 

Detailed Description

socket operations.

Definition in file socket.h.

Macro Definition Documentation

◆ DCCP_SOCKOPT_AVAILABLE_CCIDS

#define DCCP_SOCKOPT_AVAILABLE_CCIDS   12

Definition at line 83 of file socket.h.

◆ DCCP_SOCKOPT_CCID

#define DCCP_SOCKOPT_CCID   13

Definition at line 84 of file socket.h.

◆ DCCP_SOCKOPT_RX_CCID

#define DCCP_SOCKOPT_RX_CCID   15

Definition at line 86 of file socket.h.

◆ DCCP_SOCKOPT_TX_CCID

#define DCCP_SOCKOPT_TX_CCID   14

Definition at line 85 of file socket.h.

Typedef Documentation

◆ SOCKET

typedef socket_t ost::SOCKET

Definition at line 90 of file socket.h.