Data Fields | |
struct _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. |
Definition at line 42 of file client_list.h.
struct _t_client* _t_client::next [read] |
Pointer to the next client.
Definition at line 43 of file client_list.h.
Referenced by client_list_append(), client_list_delete(), client_list_find(), client_list_find_by_ip(), client_list_find_by_mac(), client_list_find_by_token(), fw_init(), and fw_sync_with_authserver().
char* _t_client::ip |
Client Ip address.
Definition at line 44 of file client_list.h.
Referenced by authenticate_client(), client_list_append(), client_list_find(), client_list_find_by_ip(), fw_init(), fw_sync_with_authserver(), and http_callback_auth().
char* _t_client::mac |
Client Mac address.
Definition at line 45 of file client_list.h.
Referenced by authenticate_client(), client_list_append(), client_list_find(), client_list_find_by_mac(), fw_init(), fw_sync_with_authserver(), and http_callback_auth().
char* _t_client::token |
Client token.
Definition at line 46 of file client_list.h.
Referenced by authenticate_client(), client_list_append(), client_list_find_by_token(), fw_sync_with_authserver(), and http_callback_auth().
unsigned int _t_client::fw_connection_state |
Connection state in the firewall.
Definition at line 47 of file client_list.h.
Referenced by authenticate_client(), fw_init(), fw_sync_with_authserver(), and http_callback_auth().
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 client_list.h.
Counters for input/output of the client.
Definition at line 52 of file client_list.h.
Referenced by client_list_append(), fw_sync_with_authserver(), http_callback_auth(), and iptables_fw_counters_update().