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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c117 static struct htbl bhash_tbl = { variable in typeref:struct:htbl
248 bhash_tbl.htbl_ptrs = calloc(initial_size, sizeof (void *));
256 bhash_tbl.htbl_size = initial_size;
322 HADD(&bhash_tbl, ifp);
376 for (ifp = HFIRST(&bhash_tbl, &addr); ifp != NULL;
790 hash_unlink(&bhash_tbl, ifp);

Completed in 60 milliseconds