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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c1455 boolean_t cand_matchedinterface; member in struct:candidate
1634 bc->cand_matchedinterface = bc->cand_ill == dstill;
1638 cc->cand_matchedinterface = cc->cand_ill == dstill;
1641 if (bc->cand_matchedinterface == cc->cand_matchedinterface)
1643 else if (cc->cand_matchedinterface)

Completed in 64 milliseconds