Searched refs:nhash_tbl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c132 static struct htbl nhash_tbl = { variable in typeref:struct:htbl
250 nhash_tbl.htbl_ptrs = calloc(initial_size, sizeof (void *));
258 nhash_tbl.htbl_size = initial_size;
319 HADD(&nhash_tbl, ifp);
398 for (ifp = HFIRST(&nhash_tbl, name); ifp != NULL;
788 hash_unlink(&nhash_tbl, ifp);

Completed in 59 milliseconds