Searched refs:nmhashtable (Results 1 – 4 of 4) sorted by relevance
227 hp = (struct host *) hash_Lookup(nmhashtable, in main()245 hp = (struct host *) hash_FirstEntry(nmhashtable); in main()248 hp = (struct host *) hash_NextEntry(nmhashtable); in main()
103 for (hp = (struct host *) hash_FirstEntry(nmhashtable); hp != NULL; in dumptab()104 hp = (struct host *) hash_NextEntry(nmhashtable)) { in dumptab()
281 hash_tbl *nmhashtable; variable292 nmhashtable = hash_Init(HASHTABLESIZE); in rdtab_init()293 if (!(hwhashtable && iphashtable && nmhashtable)) { in rdtab_init()367 hash_Reset(nmhashtable, free_host); in readtab()446 if (hash_Insert(nmhashtable, hashcode, nullcmp, in readtab()1412 hp2 = (struct host *) hash_Lookup(nmhashtable, hashcode, nmcmp, tstring); in fill_defaults()
210 extern hash_tbl *nmhashtable;