OpenVPN
Data Fields
hash_element Struct Reference

#include <list.h>

Collaboration diagram for hash_element:
Collaboration graph
[legend]

Data Fields

void * value
 
const void * key
 
unsigned int hash_value
 
struct hash_elementnext
 

Detailed Description

Definition at line 45 of file list.h.

Field Documentation

◆ hash_value

unsigned int hash_element::hash_value

Definition at line 49 of file list.h.

Referenced by hash_add_fast(), hash_lookup_fast(), and hash_remove_fast().

◆ key

const void* hash_element::key

◆ next

struct hash_element* hash_element::next

◆ value

void* hash_element::value

The documentation for this struct was generated from the following file: