|
Apache HTTPD
|
#include <apr_portable.h>
Public Attributes | |
| apr_os_sock_t * | os_sock |
| struct sockaddr * | local |
| struct sockaddr * | remote |
| int | family |
| int | type |
| int | protocol |
everything APR needs to know about an active socket to construct an APR socket from it; currently, this is platform-independent
Definition at line 190 of file apr_portable.h.
| int apr_os_sock_info_t::family |
always required (APR_INET, APR_INET6, etc.)
Definition at line 194 of file apr_portable.h.
NULL if not yet bound
Definition at line 192 of file apr_portable.h.
| apr_os_sock_t* apr_os_sock_info_t::os_sock |
always required
Definition at line 191 of file apr_portable.h.
| int apr_os_sock_info_t::protocol |
0 or actual protocol (APR_PROTO_SCTP, APR_PROTO_TCP, etc.)
Definition at line 196 of file apr_portable.h.
NULL if not connected
Definition at line 193 of file apr_portable.h.
| int apr_os_sock_info_t::type |
always required (SOCK_STREAM, SOCK_DGRAM, etc.)
Definition at line 195 of file apr_portable.h.