/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 *
|