Searched defs:ihash_tbl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c125 static struct htbl ihash_tbl = { variable in typeref:struct:htbl
249 ihash_tbl.htbl_ptrs = calloc(initial_size, sizeof (void *));
257 ihash_tbl.htbl_size = initial_size;
325 for (phyi = HFIRST(&ihash_tbl, &ifindex);
343 HADD(&ihash_tbl, phyi);
423 for (i = 0; i < ihash_tbl.htbl_size; i++) {
424 for (phyi = ihash_tbl.htbl_ptrs[i]; phyi != NULL;
472 for (phyi = HFIRST(&ihash_tbl, &index); phyi != NULL;
796 hash_unlink(&ihash_tbl, phyi);

Completed in 62 milliseconds