Searched refs:hash_Init (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/libexec/bootpd/
H A Dhash.h124 extern hash_tbl *hash_Init(u_int tablesize);
H A Dhash.c71 hash_Init(unsigned tablesize)
70 hash_Init(unsigned tablesize) function
H A Dreadfile.c292 hwhashtable = hash_Init(HASHTABLESIZE);
293 iphashtable = hash_Init(HASHTABLESIZE);
294 nmhashtable = hash_Init(HASHTABLESIZE);

Completed in 65 milliseconds