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

_ev_sock_s Struct Reference
[Socket event handling.]

#include <sock.h>

Collaboration diagram for _ev_sock_s:

Collaboration graph
[legend]

Detailed Description

For internal use only.

This is the implementation of the ev_sock_t type.

Definition at line 736 of file sock.h.

Data Fields

ev_genhdr_t so_hdr
ev_socktype_t so_type
ev_sockstate_t so_state
ev_sockaddr_t so_sockname
ev_sockaddr_t so_peername
ev_flags_t so_flags
int so_fd


Field Documentation

int _ev_sock_s::so_fd
 

Socket file descriptor.

Definition at line 743 of file sock.h.

ev_flags_t _ev_sock_s::so_flags
 

Socket flags.

Definition at line 742 of file sock.h.

ev_genhdr_t _ev_sock_s::so_hdr
 

Generator header.

Definition at line 737 of file sock.h.

ev_sockaddr_t _ev_sock_s::so_peername
 

Address of peer endpoint.

Definition at line 741 of file sock.h.

ev_sockaddr_t _ev_sock_s::so_sockname
 

Address of local endpoint.

Definition at line 740 of file sock.h.

ev_sockstate_t _ev_sock_s::so_state
 

Socket state.

Definition at line 739 of file sock.h.

ev_socktype_t _ev_sock_s::so_type
 

Socket type.

Definition at line 738 of file sock.h.


Generated on Wed Dec 28 23:37:56 2005 for event by  doxygen 1.4.4