GME  13
Public Attributes
apr_os_sock_info_t Struct Reference

#include <apr_portable.h>

Collaboration diagram for apr_os_sock_info_t:
Collaboration graph
[legend]

List of all members.

Public Attributes

apr_os_sock_tos_sock
struct sockaddrlocal
struct sockaddrremote
int family
int type
int protocol

Detailed Description

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.


Member Data Documentation

always required (APR_INET, APR_INET6, etc.)

Definition at line 187 of file apr_portable.h.

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.

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.


The documentation for this struct was generated from the following file: