Home
last modified time | relevance | path

Searched refs:cand_scope (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c1449 in6addr_scope_t cand_scope; member
1541 bc->cand_scope = ip_addr_scope_v6(&bc->cand_srcaddr); in rule_scope()
1545 cc->cand_scope = ip_addr_scope_v6(&cc->cand_srcaddr); in rule_scope()
1548 if (cc->cand_scope < bc->cand_scope) { in rule_scope()
1549 if (cc->cand_scope < dstinfo->dst_scope) in rule_scope()
1553 } else if (bc->cand_scope < cc->cand_scope) { in rule_scope()
1554 if (bc->cand_scope < dstinfo->dst_scope) in rule_scope()