ISC DHCP 4.4.3-P1
A reference DHCPv4 and DHCPv6 implementation
 
Loading...
Searching...
No Matches
hash_table Struct Reference

#include <hash.h>

Data Fields

unsigned hash_count
 
hash_reference referencer
 
hash_dereference dereferencer
 
hash_comparator_t cmp
 
unsigned(* do_hash )(const void *, unsigned, unsigned)
 
struct hash_bucketbuckets [1]
 

Detailed Description

Definition at line 59 of file hash.h.

Field Documentation

◆ buckets

struct hash_bucket* hash_table::buckets[1]

Definition at line 67 of file hash.h.

◆ cmp

hash_comparator_t hash_table::cmp

Definition at line 63 of file hash.h.

◆ dereferencer

hash_dereference hash_table::dereferencer

Definition at line 62 of file hash.h.

◆ do_hash

unsigned(* hash_table::do_hash) (const void *, unsigned, unsigned)

Definition at line 64 of file hash.h.

◆ hash_count

unsigned hash_table::hash_count

Definition at line 60 of file hash.h.

◆ referencer

hash_reference hash_table::referencer

Definition at line 61 of file hash.h.


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