#include <structure.h>
Collaboration diagram for packets_list_t:

Data Fields | |
| packet_idl * | start |
| packet_idl * | end |
| int | length |
| pthread_mutex_t | mutex |
Definition at line 129 of file structure.h.
End of the list (NULL if the list is empty)
Definition at line 131 of file structure.h.
Referenced by clear_packet_list(), main(), padd(), and psuppress().
Length of the list
Definition at line 132 of file structure.h.
Referenced by clear_packet_list(), main(), padd(), and psuppress().
| pthread_mutex_t packets_list_t::mutex |
Definition at line 133 of file structure.h.
Referenced by auth_process_answer(), main(), nufw_prepare_quit(), and packetsrv_ipq_process().
Begin of the list (NULL if the list is empty)
Definition at line 130 of file structure.h.
Referenced by clean_old_packets(), clear_packet_list(), main(), padd(), psearch_and_destroy(), and psuppress().
1.4.7