Searched defs: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 in struct:candidate
1687 bc->cand_istmp = ((bc->cand_flags & IPIF_TEMPORARY) != 0);
1691 cc->cand_istmp = ((cc->cand_flags & IPIF_TEMPORARY) != 0);
1694 if (bc->cand_istmp == cc->cand_istmp)
1697 if (dstinfo->dst_prefer_src_tmp && cc->cand_istmp)
1699 else if (!dstinfo->dst_prefer_src_tmp && !cc->cand_istmp)

Completed in 64 milliseconds