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

  /src/usr.sbin/bootp/common/
readfile.c 290 hash_tbl *iphashtable;
301 iphashtable = hash_Init(HASHTABLESIZE);
303 if (!(hwhashtable && iphashtable && nmhashtable)) {
377 hash_Reset(iphashtable, free_host);
446 if (hash_Insert(iphashtable, hashcode, nullcmp, hp, hp) < 0) {
288 hash_tbl *iphashtable; variable in typeref:typename:hash_tbl *
readfile.c 290 hash_tbl *iphashtable;
301 iphashtable = hash_Init(HASHTABLESIZE);
303 if (!(hwhashtable && iphashtable && nmhashtable)) {
377 hash_Reset(iphashtable, free_host);
446 if (hash_Insert(iphashtable, hashcode, nullcmp, hp, hp) < 0) {
288 hash_tbl *iphashtable; variable in typeref:typename:hash_tbl *

Completed in 85 milliseconds