Data Fields | |
_t_client * | next |
Pointer to the next client. | |
char * | ip |
Client Ip address. | |
char * | mac |
Client Mac address. | |
char * | token |
Client token. | |
unsigned int | fw_connection_state |
Connection state in the firewall. | |
int | fd |
Client HTTP socket (valid only during login before one of the _http_* function is called. | |
t_counters | counters |
Counters for input/output of the client. | |
_t_client * | next |
Pointer to the next client. | |
char * | ip |
Client Ip address. | |
char * | mac |
Client Mac address. | |
char * | token |
Client token. |
Definition at line 42 of file src/client_list.h.
struct _t_client* _t_client::next |
char* _t_client::ip |
char* _t_client::mac |
char* _t_client::token |
unsigned int _t_client::fw_connection_state |
int _t_client::fd |
Client HTTP socket (valid only during login before one of the _http_* function is called.
Definition at line 49 of file src/client_list.h.
struct _t_client* _t_client::next |
char* _t_client::ip |
char* _t_client::mac |
char* _t_client::token |