|
Apache HTTPD
|
Public Attributes | |
| seclisten_rec * | next |
| struct sockaddr_in | local_addr |
| int | fd |
| int | used |
| char | key [80] |
| int | mutual |
| char * | addr |
| apr_port_t | port |
Definition at line 108 of file mod_nw_ssl.c.
| char* seclisten_rec::addr |
Definition at line 115 of file mod_nw_ssl.c.
| int seclisten_rec::fd |
Definition at line 111 of file mod_nw_ssl.c.
| char seclisten_rec::key[80] |
Definition at line 113 of file mod_nw_ssl.c.
| struct sockaddr_in seclisten_rec::local_addr |
Definition at line 110 of file mod_nw_ssl.c.
| int seclisten_rec::mutual |
Definition at line 114 of file mod_nw_ssl.c.
| seclisten_rec* seclisten_rec::next |
Definition at line 109 of file mod_nw_ssl.c.
| apr_port_t seclisten_rec::port |
Definition at line 116 of file mod_nw_ssl.c.
| int seclisten_rec::used |
Definition at line 112 of file mod_nw_ssl.c.