OpenVPN
|
#include <packet_id.h>
Data Fields | |
time_t | last_reap |
time_t | time |
uint64_t | id |
uint64_t | seq_backtrack |
int | time_backtrack |
uint64_t | max_backtrack_stat |
bool | initialized |
struct seq_list * | seq_list |
const char * | name |
int | unit |
Definition at line 114 of file packet_id.h.
uint64_t packet_id_rec::id |
Definition at line 118 of file packet_id.h.
Referenced by epoch_check_send_iterate(), packet_id_add(), packet_id_persist_load_obj(), packet_id_persist_save_obj(), packet_id_test(), and should_trigger_renegotiation().
bool packet_id_rec::initialized |
Definition at line 122 of file packet_id.h.
Referenced by packet_id_init_recv(), packet_id_initialized(), packet_id_test(), and send_hmac_reset_packet().
time_t packet_id_rec::last_reap |
Definition at line 116 of file packet_id.h.
Referenced by packet_id_reap(), and packet_id_reap_test().
uint64_t packet_id_rec::max_backtrack_stat |
Definition at line 121 of file packet_id.h.
Referenced by packet_id_test().
const char* packet_id_rec::name |
Definition at line 124 of file packet_id.h.
Referenced by packet_id_init_recv(), and packet_id_move_recv().
uint64_t packet_id_rec::seq_backtrack |
Definition at line 119 of file packet_id.h.
Referenced by packet_id_add(), packet_id_init_recv(), packet_id_move_recv(), and packet_id_test().
struct seq_list* packet_id_rec::seq_list |
Definition at line 123 of file packet_id.h.
Referenced by free_epoch_key_ctx(), packet_id_add(), packet_id_free(), packet_id_init_recv(), packet_id_move_recv(), packet_id_reap(), and packet_id_test().
time_t packet_id_rec::time |
Definition at line 117 of file packet_id.h.
Referenced by packet_id_add(), packet_id_persist_load_obj(), packet_id_persist_save_obj(), and packet_id_test().
int packet_id_rec::time_backtrack |
Definition at line 120 of file packet_id.h.
Referenced by packet_id_init_recv(), packet_id_move_recv(), and packet_id_reap().
int packet_id_rec::unit |
Definition at line 125 of file packet_id.h.
Referenced by packet_id_init_recv(), and packet_id_move_recv().