Searched refs:nmhashtable (Results 1 – 4 of 4) sorted by relevance
231 hp = (struct host *) hash_Lookup(nmhashtable,249 hp = (struct host *) hash_FirstEntry(nmhashtable);252 hp = (struct host *) hash_NextEntry(nmhashtable);
107 for (hp = (struct host *) hash_FirstEntry(nmhashtable); hp != NULL;108 hp = (struct host *) hash_NextEntry(nmhashtable)) {
284 hash_tbl *nmhashtable; variable295 nmhashtable = hash_Init(HASHTABLESIZE); in rdtab_init()296 if (!(hwhashtable && iphashtable && nmhashtable)) { in rdtab_init()371 hash_Reset(nmhashtable, free_host);450 if (hash_Insert(nmhashtable, hashcode, nullcmp,1435 hp2 = (struct host *) hash_Lookup(nmhashtable, hashcode, nmcmp, tstring);
212 extern hash_tbl *nmhashtable;