|
GME
13
|
#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 183 of file apr_portable.h.
always required (APR_INET, APR_INET6, etc.)
Definition at line 187 of file apr_portable.h.
| struct sockaddr* apr_os_sock_info_t::local |
NULL if not yet bound
Definition at line 185 of file apr_portable.h.
always required
Definition at line 184 of file apr_portable.h.
0 or actual protocol (APR_PROTO_SCTP, APR_PROTO_TCP, etc.)
Definition at line 189 of file apr_portable.h.
| struct sockaddr* apr_os_sock_info_t::remote |
NULL if not connected
Definition at line 186 of file apr_portable.h.
always required (SOCK_STREAM, SOCK_DGRAM, etc.)
Definition at line 188 of file apr_portable.h.
1.7.6.1