Home
last modified time | relevance | path

Searched refs:IXAF_MULTICAST_LOOP (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dconn_opt.c784 *ptr = (ixa->ixa_flags & IXAF_MULTICAST_LOOP) ? 1 : 0; in conn_opt_get()
863 *i1 = (ixa->ixa_flags & IXAF_MULTICAST_LOOP) ? 1 : 0; in conn_opt_get()
1366 ixa->ixa_flags |= IXAF_MULTICAST_LOOP; in conn_opt_set_ip()
1368 ixa->ixa_flags &= ~IXAF_MULTICAST_LOOP; in conn_opt_set_ip()
1756 ixa->ixa_flags |= IXAF_MULTICAST_LOOP; in conn_opt_set_ipv6()
1758 ixa->ixa_flags &= ~IXAF_MULTICAST_LOOP; in conn_opt_set_ipv6()
H A Dip6_output.c611 } else if (ixaflags & IXAF_MULTICAST_LOOP) { in ire_send_multicast_v6()
H A Drts.c346 connp->conn_ixa->ixa_flags |= IXAF_MULTICAST_LOOP | IXAF_SET_ULP_CKSUM; in rts_open()
H A Dip_output.c1499 } else if (ixaflags & IXAF_MULTICAST_LOOP) { in ire_send_multicast_v4()
H A Dicmp.c1756 connp->conn_ixa->ixa_flags |= IXAF_MULTICAST_LOOP | IXAF_SET_ULP_CKSUM; in rawip_do_open()
H A Dip.c6044 connp->conn_ixa->ixa_flags |= IXAF_MULTICAST_LOOP | IXAF_SET_ULP_CKSUM; in ip_open()
6119 connp->conn_ixa->ixa_flags |= IXAF_MULTICAST_LOOP; in ip_open()
H A Dip_if.c13215 ixas.ixa_flags |= IXAF_MULTICAST_LOOP | IXAF_SET_SOURCE; in ill_mcast_send_queued()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2223 #define IXAF_MULTICAST_LOOP 0x00000080 /* IP_MULTICAST_LOOP */ macro
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4751 connp->conn_ixa->ixa_flags |= IXAF_MULTICAST_LOOP | IXAF_SET_ULP_CKSUM; in udp_do_open()