OpenVPN
|
Data Fields | ||
struct { | ||
uint32_t buf_id | ||
uint32_t buf_time | ||
} | test_buf_data | |
struct buffer | test_buf | |
struct packet_id_send | pis | |
struct gc_arena | gc | |
Definition at line 40 of file test_packet_id.c.
uint32_t test_packet_id_write_data::buf_id |
Definition at line 42 of file test_packet_id.c.
Referenced by test_packet_id_write_long(), test_packet_id_write_long_prepend(), test_packet_id_write_long_wrap(), test_packet_id_write_short(), and test_packet_id_write_short_prepend().
uint32_t test_packet_id_write_data::buf_time |
Definition at line 43 of file test_packet_id.c.
Referenced by test_packet_id_write_long(), test_packet_id_write_long_prepend(), test_packet_id_write_long_wrap(), test_packet_id_write_short(), and test_packet_id_write_short_prepend().
struct gc_arena test_packet_id_write_data::gc |
Definition at line 47 of file test_packet_id.c.
Referenced by test_packet_id_write_setup(), and test_packet_id_write_teardown().
struct packet_id_send test_packet_id_write_data::pis |
Definition at line 46 of file test_packet_id.c.
Referenced by test_packet_id_write_long(), test_packet_id_write_long_prepend(), test_packet_id_write_long_wrap(), test_packet_id_write_short(), test_packet_id_write_short_prepend(), and test_packet_id_write_short_wrap().
struct buffer test_packet_id_write_data::test_buf |
Definition at line 45 of file test_packet_id.c.
Referenced by test_packet_id_write_long(), test_packet_id_write_long_prepend(), test_packet_id_write_long_wrap(), test_packet_id_write_setup(), test_packet_id_write_short(), test_packet_id_write_short_prepend(), and test_packet_id_write_short_wrap().
struct { ... } test_packet_id_write_data::test_buf_data |