Searched refs:in6_joingroup (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | in6_var.h | 843 int in6_joingroup(struct ifnet *, const struct in6_addr *,
|
H A D | in6.c | 639 error = in6_joingroup(ifp, mcaddr, NULL, &imm->i6mm_maddr, delay); in in6_joingroup_legacy() 2710 error = in6_joingroup(ifp, &mltaddr, NULL, &inm, 0); in in6_join_proxy_ndp_mc()
|
H A D | in6_mcast.c | 1211 in6_joingroup(struct ifnet *ifp, const struct in6_addr *mcaddr, in in6_joingroup() function
|
/freebsd/sys/netinet/ |
H A D | ip_carp.c | 1944 if ((error = in6_joingroup(ifp, &in6, NULL, &im6f[0]->im6f_in6m, 0)) != 0) { in carp_multicast_setup() 1964 if ((error = in6_joingroup(ifp, &in6, NULL, &im6f[1]->im6f_in6m, 0)) != 0) { in carp_multicast_setup()
|
/freebsd/sys/netpfil/pf/ |
H A D | if_pfsync.c | 2780 if ((error = in6_joingroup(ifp, &syncpeer_sa6->sin6_addr, NULL, in pfsync_multicast_setup()
|