#include <sock.h>
Collaboration diagram for _ev_sock_s:
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 |
|
Socket file descriptor. |
|
Socket flags. |
|
Generator header. |
|
Address of peer endpoint. |
|
Address of local endpoint. |
|
Socket state. |
|
Socket type. |