構造体 apr_os_sock_info_t
[Portability Routines]

#include <apr_portable.h>


変数

apr_os_sock_tos_sock
sockaddr * local
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


構造体

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

int apr_os_sock_info_t::protocol

0 or actual protocol (APR_PROTO_SCTP, APR_PROTO_TCP, etc.)

struct sockaddr* apr_os_sock_info_t::remote

NULL if not connected

int apr_os_sock_info_t::type

always required (SOCK_STREAM, SOCK_DGRAM, etc.)


この構造体の説明は次のファイルから生成されました:
Apache Portable Runtimeに対してSun Jul 19 22:04:02 2009に生成されました。  doxygen 1.4.7