All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
as_socket Struct Reference

Detailed Description

This structure holds just an fd when we are not using TLS and additional OpenSSL context when we are using TLS.

Definition at line 77 of file as_socket.h.

#include "as_socket.h"

+ Collaboration diagram for as_socket:

Data Fields

as_tls_contextctx
 
int family
 
int fd
 
SSL * ssl
 
const char * tls_name
 

Field Documentation

as_tls_context* as_socket::ctx

Definition at line 80 of file as_socket.h.

int as_socket::family

Definition at line 79 of file as_socket.h.

int as_socket::fd

Definition at line 78 of file as_socket.h.

SSL* as_socket::ssl

Definition at line 82 of file as_socket.h.

const char* as_socket::tls_name

Definition at line 81 of file as_socket.h.


The documentation for this struct was generated from the following file: