Home
last modified time | relevance | path

Searched defs:hashtable (Results 1 – 4 of 4) sorted by relevance

/freebsd/libexec/bootpd/
H A Dhash.c119 hash_Reset(hash_tbl *hashtable, hash_freefp free_data) in hash_Reset()
176 hash_Exists(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Exists()
204 hash_Insert(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Insert()
232 hash_Delete(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Delete()
294 hash_Lookup(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Lookup()
316 hash_NextEntry(hash_tbl *hashtable) in hash_NextEntry()
368 hash_FirstEntry(hash_tbl *hashtable) in hash_FirstEntry()
/freebsd/sys/netgraph/
H A Dng_etf.c151 struct filterhead hashtable[HASHSIZE]; member
/freebsd/sys/dev/tsec/
H A Dif_tsec.c1877 uint32_t h, *hashtable = arg; in tsec_hash_maddr() local
1888 uint32_t hashtable[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in tsec_setup_multicast() local
/freebsd/contrib/unbound/util/data/
H A Dmsgparse.h140 struct rrset_parse* hashtable[PARSE_TABLE_SIZE]; member