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

  /src/usr.sbin/bootp/common/
readfile.c 291 hash_tbl *nmhashtable;
302 nmhashtable = hash_Init(HASHTABLESIZE);
303 if (!(hwhashtable && iphashtable && nmhashtable)) {
378 hash_Reset(nmhashtable, free_host);
457 if (hash_Insert(nmhashtable, hashcode, nullcmp,
1433 hp2 = (struct host *) hash_Lookup(nmhashtable, hashcode, nmcmp, tstring);
289 hash_tbl *nmhashtable; variable in typeref:typename:hash_tbl *
readfile.c 291 hash_tbl *nmhashtable;
302 nmhashtable = hash_Init(HASHTABLESIZE);
303 if (!(hwhashtable && iphashtable && nmhashtable)) {
378 hash_Reset(nmhashtable, free_host);
457 if (hash_Insert(nmhashtable, hashcode, nullcmp,
1433 hp2 = (struct host *) hash_Lookup(nmhashtable, hashcode, nmcmp, tstring);
289 hash_tbl *nmhashtable; variable in typeref:typename:hash_tbl *

Completed in 24 milliseconds