Searched defs:hashtable (Results 1 – 4 of 4) sorted by relevance
/freebsd/libexec/bootpd/ |
H A D | hash.c | 119 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 D | ng_etf.c | 151 struct filterhead hashtable[HASHSIZE]; member
|
/freebsd/sys/dev/tsec/ |
H A D | if_tsec.c | 1877 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 D | msgparse.h | 140 struct rrset_parse* hashtable[PARSE_TABLE_SIZE]; member
|