Searched defs: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 in struct:candidate
1541 bc->cand_scope = ip_addr_scope_v6(&bc->cand_srcaddr);
1545 cc->cand_scope = ip_addr_scope_v6(&cc->cand_srcaddr);
1548 if (cc->cand_scope < bc->cand_scope) {
1549 if (cc->cand_scope < dstinfo->dst_scope)
1553 } else if (bc->cand_scope < cc->cand_scope) {
1554 if (bc->cand_scope < dstinfo->dst_scope)

Completed in 52 milliseconds