|
Apache HTTPD
|
Apache's listeners record. More...
#include <ap_listen.h>
Public Attributes | |
| ap_listen_rec * | next |
| apr_socket_t * | sd |
| apr_sockaddr_t * | bind_addr |
| accept_function | accept_func |
| int | active |
| const char * | protocol |
| ap_slave_t * | slave |
Apache's listeners record.
These are used in the Multi-Processing Modules to setup all of the sockets for the MPM to listen to and accept on.
Definition at line 47 of file ap_listen.h.
| accept_function ap_listen_rec::accept_func |
The accept function for this socket
Definition at line 63 of file ap_listen.h.
| int ap_listen_rec::active |
Is this socket currently active
Definition at line 67 of file ap_listen.h.
| apr_sockaddr_t* ap_listen_rec::bind_addr |
The sockaddr the socket should bind to
Definition at line 59 of file ap_listen.h.
| ap_listen_rec* ap_listen_rec::next |
The next listener in the list
Definition at line 51 of file ap_listen.h.
The default protocol for this listening socket.
Definition at line 71 of file ap_listen.h.
| apr_socket_t* ap_listen_rec::sd |
The actual socket
Definition at line 55 of file ap_listen.h.
| ap_slave_t* ap_listen_rec::slave |
Definition at line 73 of file ap_listen.h.