Searched refs:final_dst (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_dce.c375 ipaddr_t final_dst; local
378 final_dst = ip_get_dst(ipha);
379 return (dce_lookup_v4(final_dst, ixa->ixa_ipst, generationp));
386 in6_addr_t final_dst; local
389 final_dst = ip_get_dst_v6(ip6h, mp, NULL);
391 if (IN6_IS_ADDR_LINKSCOPE(&final_dst) && ixa->ixa_nce != NULL) {
395 return (dce_lookup_v6(&final_dst, ifindex, ixa->ixa_ipst,
H A Dip6.c678 in6_addr_t final_dst; local
683 final_dst = ip_get_dst_v6(ip6h, NULL, NULL);
690 if (IN6_IS_ADDR_LINKSCOPE(&final_dst)) {
691 dce = dce_lookup_and_add_v6(&final_dst,
694 dce = dce_lookup_and_add_v6(&final_dst, 0, ipst);
702 &final_dst);
712 else if (IN6_IS_ADDR_MULTICAST(&final_dst))

Completed in 82 milliseconds