OpenVPN
|
Data structure for describing the packet id that is received/send to the network. More...
#include <packet_id.h>
Data Fields | |
uint64_t | id |
time_t | time |
Data structure for describing the packet id that is received/send to the network.
This struct does not match the on wire format.
Definition at line 191 of file packet_id.h.
uint64_t packet_id_net::id |
Definition at line 195 of file packet_id.h.
Referenced by packet_id_add(), packet_id_read(), packet_id_test(), and test_packet_id_write_epoch().
time_t packet_id_net::time |
Definition at line 196 of file packet_id.h.
Referenced by packet_id_add(), packet_id_read(), and packet_id_test().