#include <client.h>
Data Fields | |
| int | id |
| sockaddr_in * | addr |
| hostent * | hostspec |
| char * | host |
| char * | found_host |
| int | port |
| timeval | timeout |
| timeval | created |
| unsigned long | bytes_read |
| unsigned long | bytes_sent |
| int | closing |
| int | retry |
| void * | owner |
Definition at line 98 of file client.h.
|
|
address Definition at line 101 of file client.h. Referenced by cp_client_connect(), cp_client_create_addr(), and cp_client_reopen(). |
|
|
bytes read |
|
|
bytes written |
|
|
shutdown flag |
|
|
creation time |
|
|
actual hostname |
|
|
host literal Definition at line 103 of file client.h. Referenced by cp_client_create(), and cp_client_reopen(). |
|
|
aliases Definition at line 102 of file client.h. Referenced by cp_client_connect(), and cp_client_reopen(). |
|
|
socket id |
|
|
the port this socket listens on Definition at line 105 of file client.h. Referenced by cp_client_create(), and cp_client_reopen(). |
|
|
max blocking time Definition at line 106 of file client.h. Referenced by cp_client_set_timeout(). |
1.3.9.1