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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ftable.c982 * ip_select_src_ill() is used by ip_select_route() to find the src_ill
1061 ip_select_route(const in6_addr_t *v6dst, const in6_addr_t v6src, function
1348 return (ip_select_route(&v6dst, v6src, ixa, generationp,
1353 return (ip_select_route(&ip6h->ip6_dst, ip6h->ip6_src,
1372 ire = ip_select_route(&v6dst, v6src, ixa, generationp, &setsrc, errorp,
1635 * ip_select_route since the reject or lack of memory might be gone.
1676 * ip_select_route to be called again so we can redo the

Completed in 47 milliseconds