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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c901 ilbd_hc_t *tmp_hc; local
904 if ((tmp_hc = ilbd_get_hc(hc_name)) == NULL)
906 for (tmp_hc_rule = list_head(&tmp_hc->ihc_rules); tmp_hc_rule != NULL;
907 tmp_hc_rule = list_next(&tmp_hc->ihc_rules, tmp_hc_rule)) {
909 *hc = tmp_hc;

Completed in 47 milliseconds