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