Searched refs:multirt (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip6_output.c119 boolean_t multirt = B_FALSE; local
154 &error, &multirt);
208 * For multicast with multirt we have a flag passed back from
214 if (multirt) {
537 /* Limit the TTL on multirt packets. Do this even if IPV6_HOPLIMIT */
541 "multirt TTL to 1 (was %d)\n", ip6h->ip6_hops));
576 * The IRE_MULTICAST is the same whether or not multirt is in use.
935 * Also called from the multicast, and multirt send functions.
H A Dip_output.c450 boolean_t multirt = B_FALSE; local
458 ire = ip_select_route_pkt(mp, ixa, &gen, &error, &multirt);
473 if (multirt) {
817 boolean_t multirt = B_FALSE; local
851 &setsrc, &error, &multirt);
908 * For multicast with multirt we have a flag passed back from
914 if (multirt) {
1284 * If we find any multirt routes we bail out of the loop
1431 /* Limit the TTL on multirt packets */
1435 "multirt TT
[all...]
H A Dip6.c1982 boolean_t multirt = B_FALSE; local
2015 &setsrc, &error, &multirt);
2115 * For multicast with multirt we have a flag passed back from
2121 if (multirt) {
H A Dip.c3374 boolean_t multirt = B_FALSE; local
3405 &generation, &setsrc, &error, &multirt);
3493 * For multicast with multirt we have a flag passed back from
3499 if (multirt) {
13672 * all the interfaces crossed by the related multirt routes.

Completed in 263 milliseconds