#include <conntrack.h>
Collaboration diagram for limited_connection:

Data Fields | |
| in6_addr | gwaddr |
| time_t | expire |
| tracking_t | tracking |
Definition at line 25 of file conntrack.h.
| time_t limited_connection::expire |
expiration time of connection
Definition at line 27 of file conntrack.h.
Referenced by get_old_entry(), limited_connection_handler(), and send_conntrack_message().
| struct in6_addr limited_connection::gwaddr |
Definition at line 26 of file conntrack.h.
Referenced by destroy_user_connections(), and send_conntrack_message().
Definition at line 28 of file conntrack.h.
Referenced by build_conntrack_msg_from_mysql(), limited_connection_handler(), and send_conntrack_message().
1.4.7