Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ip/
H A Dconn_opt.c759 *ptr = (ixa->ixa_flags & IXAF_MULTICAST_LOOP) ? 1 : 0; in conn_opt_get()
835 *i1 = (ixa->ixa_flags & IXAF_MULTICAST_LOOP) ? 1 : 0; in conn_opt_get()
1337 ixa->ixa_flags |= IXAF_MULTICAST_LOOP; in conn_opt_set_ip()
1339 ixa->ixa_flags &= ~IXAF_MULTICAST_LOOP; in conn_opt_set_ip()
1721 ixa->ixa_flags |= IXAF_MULTICAST_LOOP; in conn_opt_set_ipv6()
1723 ixa->ixa_flags &= ~IXAF_MULTICAST_LOOP; in conn_opt_set_ipv6()
H A Dip6_output.c609 } else if (ixaflags & IXAF_MULTICAST_LOOP) { in ire_send_multicast_v6()
H A Drts.c344 connp->conn_ixa->ixa_flags |= IXAF_MULTICAST_LOOP | IXAF_SET_ULP_CKSUM; in rts_open()
H A Dip_output.c1497 } else if (ixaflags & IXAF_MULTICAST_LOOP) { in ire_send_multicast_v4()
H A Dicmp.c1749 connp->conn_ixa->ixa_flags |= IXAF_MULTICAST_LOOP | IXAF_SET_ULP_CKSUM; in rawip_do_open()
H A Dip.c6017 connp->conn_ixa->ixa_flags |= IXAF_MULTICAST_LOOP | IXAF_SET_ULP_CKSUM; in ip_open()
6092 connp->conn_ixa->ixa_flags |= IXAF_MULTICAST_LOOP; in ip_open()
H A Dip_if.c13203 ixas.ixa_flags |= IXAF_MULTICAST_LOOP | IXAF_SET_SOURCE; in ill_mcast_send_queued()
/titanic_41/usr/src/uts/common/inet/
H A Dip.h2218 #define IXAF_MULTICAST_LOOP 0x00000080 /* IP_MULTICAST_LOOP */ macro
/titanic_41/usr/src/uts/common/inet/udp/
H A Dudp.c4608 connp->conn_ixa->ixa_flags |= IXAF_MULTICAST_LOOP | IXAF_SET_ULP_CKSUM; in udp_do_open()