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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c1624 ill_t *dstill = dstinfo->dst_ill; local
1634 bc->cand_matchedinterface = bc->cand_ill == dstill;
1638 cc->cand_matchedinterface = cc->cand_ill == dstill;
1865 ipif_select_source_v6(ill_t *dstill, const in6_addr_t *dst, argument
1881 ip_stack_t *ipst = dstill->ill_ipst;
1906 ASSERT(dstill->ill_isv6);
1914 if (dstill->ill_usesrc_ifindex != 0 && allow_usesrc) {
1916 ill_lookup_on_ifindex(dstill->ill_usesrc_ifindex, B_TRUE,
1922 } else if (IS_UNDER_IPMP(dstill)) {
1928 if ((ipmp_ill = ipmp_ill_hold_ipmp_ill(dstill)) !
[all...]

Completed in 49 milliseconds