Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c1459 boolean_t cand_istmp; member
1687 bc->cand_istmp = ((bc->cand_flags & IPIF_TEMPORARY) != 0); in rule_temporary()
1691 cc->cand_istmp = ((cc->cand_flags & IPIF_TEMPORARY) != 0); in rule_temporary()
1694 if (bc->cand_istmp == cc->cand_istmp) in rule_temporary()
1697 if (dstinfo->dst_prefer_src_tmp && cc->cand_istmp) in rule_temporary()
1699 else if (!dstinfo->dst_prefer_src_tmp && !cc->cand_istmp) in rule_temporary()