Home
last modified time | relevance | path

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

/freebsd-13-stable/libexec/bootpd/
HDhash.c122 hash_Reset(hashtable, free_data) in hash_Reset() argument
183 hash_Exists(hashtable, hashcode, compare, key) in hash_Exists() argument
214 hash_Insert(hashtable, hashcode, compare, key, element) in hash_Insert() argument
245 hash_Delete(hashtable, hashcode, compare, key, free_data) in hash_Delete() argument
311 hash_Lookup(hashtable, hashcode, compare, key) in hash_Lookup() argument
336 hash_NextEntry(hashtable) in hash_NextEntry() argument
389 hash_FirstEntry(hashtable) in hash_FirstEntry() argument
/freebsd-13-stable/sys/netgraph/
HDng_etf.c151 struct filterhead hashtable[HASHSIZE]; member
/freebsd-13-stable/sys/dev/tsec/
HDif_tsec.c1879 uint32_t h, *hashtable = arg; in tsec_hash_maddr() local
1890 uint32_t hashtable[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in tsec_setup_multicast() local
/freebsd-13-stable/contrib/unbound/util/data/
HDmsgparse.h140 struct rrset_parse* hashtable[PARSE_TABLE_SIZE]; member