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