Apache HTTPD
Public Attributes | List of all members
seclisten_rec Struct Reference

Public Attributes

seclisten_recnext
 
struct sockaddr_in local_addr
 
int fd
 
int used
 
char key [80]
 
int mutual
 
charaddr
 
apr_port_t port
 

Detailed Description

Definition at line 108 of file mod_nw_ssl.c.

Member Data Documentation

◆ addr

char* seclisten_rec::addr

Definition at line 115 of file mod_nw_ssl.c.

◆ fd

int seclisten_rec::fd

Definition at line 111 of file mod_nw_ssl.c.

◆ key

char seclisten_rec::key[80]

Definition at line 113 of file mod_nw_ssl.c.

◆ local_addr

struct sockaddr_in seclisten_rec::local_addr

Definition at line 110 of file mod_nw_ssl.c.

◆ mutual

int seclisten_rec::mutual

Definition at line 114 of file mod_nw_ssl.c.

◆ next

seclisten_rec* seclisten_rec::next

Definition at line 109 of file mod_nw_ssl.c.

◆ port

apr_port_t seclisten_rec::port

Definition at line 116 of file mod_nw_ssl.c.

◆ used

int seclisten_rec::used

Definition at line 112 of file mod_nw_ssl.c.


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