XROAD
xroad_sock_fwd.h File Reference
#include <stdint.h>
Include dependency graph for xroad_sock_fwd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int32_t xroad_sockid_t
 
typedef struct xroad_net_buf_s xroad_net_buf_t
 
typedef struct xroad_sock_s xroad_sock_t
 
typedef struct xroad_sock_addr_s xroad_sock_addr_t
 
typedef struct xroad_sock_vtbl_s xroad_sock_vtbl_t
 

Enumerations

enum  xroad_sock_type_t { xroad_sock_type_tcp = 1 , xroad_sock_type_udp = 2 , xroad_sock_type_uds = 3 , xroad_sock_type_shm = 4 }
 

Detailed Description

Enumeration Type Documentation

◆ xroad_sock_type_t

socket type

Enumerator
xroad_sock_type_tcp 

TCP socket.

xroad_sock_type_udp 

UDP socket.

xroad_sock_type_uds 

Unix domain socket.

xroad_sock_type_shm 

shared memory socket