OpenVPN
|
#include <list.h>
Data Fields | |
void * | value |
const void * | key |
unsigned int | hash_value |
struct hash_element * | next |
unsigned int hash_element::hash_value |
Definition at line 47 of file list.h.
Referenced by hash_add_fast(), hash_lookup_fast(), and hash_remove_fast().
const void* hash_element::key |
Definition at line 46 of file list.h.
Referenced by hash_add_fast(), hash_iterator_delete_element(), hash_lookup_fast(), hash_remove_fast(), hash_remove_marked(), hash_value(), multi_create_instance_tcp(), and multi_learn_addr().
struct hash_element* hash_element::next |
Definition at line 48 of file list.h.
Referenced by hash_add_fast(), hash_free(), hash_iterator_advance(), hash_lookup_fast(), hash_remove_fast(), and hash_remove_marked().
void* hash_element::value |
Definition at line 45 of file list.h.
Referenced by check_stale_routes(), hash_add(), hash_add_fast(), hash_lookup(), hash_lookup_by_value(), hash_remove_by_value(), management_callback_kill_by_addr(), management_callback_kill_by_cn(), multi_bcast(), multi_create_instance_tcp(), multi_delete_dup(), multi_get_create_instance_udp(), multi_learn_addr(), multi_print_status(), multi_process_float(), multi_push_restart_schedule_exit(), multi_reap_range(), multi_uninit(), and test_list().