Symbol: mcast_addr
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
877
ibt_ip_addr_t mcast_addr;
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
894
bcopy(addr, &ibmcastp->mcast_addr, sizeof (struct sockaddr));
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
898
sockaddr2ibtaddr_port(idp, addr, &mcast_addr, NULL);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
901
if (!(mcast_addr.family == AF_INET &&
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
902
((htonl(mcast_addr.un.ip4addr) & 0xE0000000) ==
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_ib_cma.c
968
if (bcmp(&ibmcastp->mcast_addr, addr,
usr/src/uts/common/io/ib/clients/of/sol_ucma/sol_ucma.c
1488
bcopy((void *)(&(join_buf->addr)), (void *)(&(mcastp->mcast_addr)),
usr/src/uts/common/io/ib/clients/of/sol_ucma/sol_ucma.c
1558
rdma_leave_multicast(chanp->chan_rdma_id, &mcastp->mcast_addr);
usr/src/uts/common/io/qede/qede_gld.c
1174
const uint8_t * mcast_addr)
usr/src/uts/common/io/qede/qede_gld.c
1185
ret = qede_multicast(qede, flag, mcast_addr);
usr/src/uts/common/io/sfe/sfe_util.c
4723
sizeof (struct mcast_addr) * GEM_MAXMC + \
usr/src/uts/common/io/sfe/sfe_util.c
4767
dp->mc_list = (struct mcast_addr *)&dp[1];
usr/src/uts/common/io/sfe/sfe_util.h
180
#define GEM_MCALLOC (sizeof (struct mcast_addr) * GEM_MAXMC)
usr/src/uts/common/io/sfe/sfe_util.h
323
struct mcast_addr *mc_list;
usr/src/uts/common/io/usbgem/usbgem.c
4391
dp->mc_list = (struct mcast_addr *)&dp[1];
usr/src/uts/common/io/usbgem/usbgem.h
230
struct mcast_addr *mc_list;
usr/src/uts/common/io/usbgem/usbgem.h
76
#define USBGEM_MCALLOC (sizeof (struct mcast_addr) * USBGEM_MAXMC)
usr/src/uts/common/sys/ib/clients/of/sol_ofs/sol_ib_cma.h
93
struct sockaddr_in6 mcast_addr;
usr/src/uts/common/sys/ib/clients/of/sol_ucma/sol_ucma.h
124
struct sockaddr mcast_addr;