Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

apr_os_sock_info_t Struct Reference
[Portability Routines]

#include <apr_portable.h>


Data Fields

apr_os_sock_tos_sock
sockaddr * local
sockaddr * remote
int family
int type


Detailed Description

everything APR needs to know about an active socket to construct an APR socket from it; currently, this is platform-independent


Field Documentation

int apr_os_sock_info_t::family
 

always required (APR_INET, APR_INET6, etc.)

struct sockaddr* apr_os_sock_info_t::local
 

NULL if not yet bound

apr_os_sock_t* apr_os_sock_info_t::os_sock
 

always required

struct sockaddr* apr_os_sock_info_t::remote
 

NULL if not connected

int apr_os_sock_info_t::type
 

enable with APR 1.0


The documentation for this struct was generated from the following file:
Generated on Sat Jun 16 17:31:35 2007 for Apache Portable Runtime by  doxygen 1.3.9.1