#include <apr_portable.h>
Data Fields | |
| apr_os_sock_t * | os_sock |
| sockaddr * | local |
| sockaddr * | remote |
| int | family |
| int | type |
| int | protocol |
always required
| struct sockaddr* apr_os_sock_info_t::local |
NULL if not yet bound
| struct sockaddr* apr_os_sock_info_t::remote |
NULL if not connected
always required (APR_INET, APR_INET6, etc.)
always required (SOCK_STREAM, SOCK_DGRAM, etc.)
0 or actual protocol (APR_PROTO_SCTP, APR_PROTO_TCP, etc.)
1.5.1