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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c1876 cand_t curr_c; /* The current candidate */ local
2068 bzero(&curr_c, sizeof (cand_t));
2069 curr_c.cand_ipif = ipif;
2072 * Compare this current candidate (curr_c) with the
2079 rule_result = (rules[index])(&best_c, &curr_c,
2095 best_c = curr_c;

Completed in 50 milliseconds