Home
last modified time | relevance | path

Searched refs:hash_bucket (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.sbin/dhcpd/
Dalloc.c99 (DEFAULT_HASH_SIZE * sizeof(struct hash_bucket *)) + in new_hash_table()
100 (count * sizeof(struct hash_bucket *)), name); in new_hash_table()
107 struct hash_bucket *
110 struct hash_bucket *rval = dmalloc(sizeof(struct hash_bucket), name); in new_hash_bucket()
116 free_hash_bucket(struct hash_bucket *ptr, char *name) in free_hash_bucket()
Dhash.c54 DEFAULT_HASH_SIZE * sizeof(struct hash_bucket *)); in new_hash()
79 struct hash_bucket *bp; in add_hash()
104 struct hash_bucket *bp, *pbp = NULL; in delete_hash_entry()
136 struct hash_bucket *bp; in hash_lookup()
Ddhcpd.h118 struct hash_bucket { struct
119 struct hash_bucket *next; argument
127 struct hash_bucket *buckets [DEFAULT_HASH_SIZE]; argument
681 struct hash_bucket *new_hash_bucket(char *);
701 void free_hash_bucket(struct hash_bucket *, char *);