packets_list_t Struct Reference

#include <structure.h>

Collaboration diagram for packets_list_t:

Collaboration graph
[legend]

Data Fields

packet_idlstart
packet_idlend
int length
pthread_mutex_t mutex

Detailed Description

Packet list used to store packet until NuAuth answer. clean_old_packets() and psearch_and_destroy() remove old packets (after packet_timeout secondes).

Definition at line 129 of file structure.h.


Field Documentation

packet_idl* packets_list_t::end

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().

int packets_list_t::length

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().

packet_idl* packets_list_t::start

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().


The documentation for this struct was generated from the following file:
Generated on Thu Nov 20 04:00:45 2008 for NuFW by  doxygen 1.4.7