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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c1875 cand_t best_c; /* The best candidate */ local
1976 bzero(&best_c, sizeof (cand_t));
2063 best_c.cand_ipif = ipif;
2073 * best candidate (best_c) by applying the
2079 rule_result = (rules[index])(&best_c, &curr_c,
2095 best_c = curr_c;
2133 ipif = best_c.cand_ipif;

Completed in 51 milliseconds