|
OpenVPN
|
One node in a buffer_list linked list.
More...
#include <buffer.h>

Data Fields | |
| struct buffer | buf |
| The buffer stored in this list node. | |
| struct buffer_entry * | next |
| Pointer to the next node, or NULL. | |
One node in a buffer_list linked list.
| struct buffer buffer_entry::buf |
The buffer stored in this list node.
Definition at line 2162 of file buffer.h.
Referenced by buffer_list_aggregate_separator(), buffer_list_pop(), buffer_list_push(), buffer_list_push_data(), buffer_list_reset(), multi_client_connect_mda(), and send_single_push_update().
| struct buffer_entry* buffer_entry::next |
Pointer to the next node, or NULL.
Definition at line 2163 of file buffer.h.
Referenced by buffer_list_aggregate_separator(), buffer_list_pop(), buffer_list_push_data(), buffer_list_reset(), key_state_check_auth_pending_file(), and multi_client_connect_mda().