Home
last modified time | relevance | path

Searched refs:IXAF_MULTIRT_MULTICAST (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/inet/ip/
H A Dip6_output.c216 ixa->ixa_flags |= IXAF_MULTIRT_MULTICAST; in ip_output_simple_v6()
219 ixa->ixa_flags &= ~IXAF_MULTIRT_MULTICAST; in ip_output_simple_v6()
579 if (ixaflags & IXAF_MULTIRT_MULTICAST) in ire_send_multicast_v6()
H A Dip_output.c478 ixa->ixa_flags |= IXAF_MULTIRT_MULTICAST; in ip_verify_ire()
481 ixa->ixa_flags &= ~IXAF_MULTIRT_MULTICAST; in ip_verify_ire()
916 ixa->ixa_flags |= IXAF_MULTIRT_MULTICAST; in ip_output_simple_v4()
919 ixa->ixa_flags &= ~IXAF_MULTIRT_MULTICAST; in ip_output_simple_v4()
1467 if (ixaflags & IXAF_MULTIRT_MULTICAST) in ire_send_multicast_v4()
H A Dip6.c2123 ixa->ixa_flags |= IXAF_MULTIRT_MULTICAST; in ip_set_destination_v6()
2126 ixa->ixa_flags &= ~IXAF_MULTIRT_MULTICAST; in ip_set_destination_v6()
H A Dip.c3504 ixa->ixa_flags |= IXAF_MULTIRT_MULTICAST; in ip_set_destination_v4()
3507 ixa->ixa_flags &= ~IXAF_MULTIRT_MULTICAST; in ip_set_destination_v4()
3877 (ixa->ixa_flags & IXAF_MULTIRT_MULTICAST)) { in ip_get_pmtu()
/titanic_50/usr/src/uts/common/inet/
H A Dip.h2240 #define IXAF_MULTIRT_MULTICAST 0x01000000 /* MULTIRT for multicast */ macro