Home
last modified time | relevance | path

Searched refs:in6_joingroup (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/netinet6/
H A Din6_var.h601 struct in6_multi_mship *in6_joingroup(struct ifnet *, struct in6_addr *, int *);
H A Din6.c1674 in6_joingroup(struct ifnet *ifp, struct in6_addr *addr, int *errorp) in in6_joingroup() function
/dragonfly/sys/netinet/
H A Dip_carp.c2201 if ((imm = in6_joingroup(ifp, &in6, &error)) == NULL) in carp_set_addr6()
2214 if ((imm = in6_joingroup(ifp, &in6, &error)) == NULL) in carp_set_addr6()