Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_output.c219 ixa->ixa_flags |= IXAF_MULTIRT_MULTICAST; in ip_output_simple_v6()
222 ixa->ixa_flags &= ~IXAF_MULTIRT_MULTICAST; in ip_output_simple_v6()
583 if (ixaflags & IXAF_MULTIRT_MULTICAST) in ire_send_multicast_v6()
H A Dip_output.c480 ixa->ixa_flags |= IXAF_MULTIRT_MULTICAST; in ip_verify_ire()
483 ixa->ixa_flags &= ~IXAF_MULTIRT_MULTICAST; in ip_verify_ire()
919 ixa->ixa_flags |= IXAF_MULTIRT_MULTICAST; in ip_output_simple_v4()
922 ixa->ixa_flags &= ~IXAF_MULTIRT_MULTICAST; in ip_output_simple_v4()
1471 if (ixaflags & IXAF_MULTIRT_MULTICAST) in ire_send_multicast_v4()
H A Dip6.c2113 ixa->ixa_flags |= IXAF_MULTIRT_MULTICAST; in ip_set_destination_v6()
2116 ixa->ixa_flags &= ~IXAF_MULTIRT_MULTICAST; in ip_set_destination_v6()
H A Dip.c3529 ixa->ixa_flags |= IXAF_MULTIRT_MULTICAST; in ip_set_destination_v4()
3532 ixa->ixa_flags &= ~IXAF_MULTIRT_MULTICAST; in ip_set_destination_v4()
3907 (ixa->ixa_flags & IXAF_MULTIRT_MULTICAST)) { in ip_get_pmtu()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2245 #define IXAF_MULTIRT_MULTICAST 0x01000000 /* MULTIRT for multicast */ macro