HomeSort by: relevance | last modified time | path
    Searched defs:hwhashtable (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/bootp/common/
readfile.c 289 hash_tbl *hwhashtable;
300 hwhashtable = hash_Init(HASHTABLESIZE);
303 if (!(hwhashtable && iphashtable && nmhashtable)) {
376 hash_Reset(hwhashtable, free_host);
435 if (hash_Insert(hwhashtable, hashcode, hwinscmp, hp, hp) < 0) {
287 hash_tbl *hwhashtable; variable in typeref:typename:hash_tbl *
readfile.c 289 hash_tbl *hwhashtable;
300 hwhashtable = hash_Init(HASHTABLESIZE);
303 if (!(hwhashtable && iphashtable && nmhashtable)) {
376 hash_Reset(hwhashtable, free_host);
435 if (hash_Insert(hwhashtable, hashcode, hwinscmp, hp, hp) < 0) {
287 hash_tbl *hwhashtable; variable in typeref:typename:hash_tbl *

Completed in 179 milliseconds