#include <socketcommon.h>
Data Fields | |
| int | socket |
| the socket handler | |
| char * | hostname |
| hostname | |
| char * | welcomestring |
| NULL if listening, othewise the welcome string. | |
| char * | ipaddress |
| string with the IP in xxx.xxx.xxx.xxx form | |
| unsigned long | realport |
| real port | |
| recvbuffer_t * | prb |
| buffer for altsocklib | |
| void(* | print )(char *) |
| function used for debug printing | |
| int | error_occurred |
| flag used to inhibit commands | |
| int | maxlinelen |
| line len | |
Definition at line 45 of file socketcommon.h.
|
|
flag used to inhibit commands
Definition at line 62 of file socketcommon.h. |
|
|
hostname
Definition at line 50 of file socketcommon.h. |
|
|
string with the IP in xxx.xxx.xxx.xxx form
Definition at line 54 of file socketcommon.h. |
|
|
line len
Definition at line 64 of file socketcommon.h. |
|
|
buffer for altsocklib
Definition at line 58 of file socketcommon.h. |
|
|
function used for debug printing
|
|
|
real port
Definition at line 56 of file socketcommon.h. |
|
|
the socket handler
Definition at line 48 of file socketcommon.h. |
|
|
NULL if listening, othewise the welcome string.
Definition at line 52 of file socketcommon.h. |
1.3.6-20040222