Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Din_var.h527 extern int inp_join_group(struct inpcb *, struct sockopt *);
H A Din_mcast.c2093 inp_join_group(struct inpcb *inp, struct sockopt *sopt) in inp_join_group() function
3144 error = inp_join_group(inp, sopt); in inp_setmoptions()
/xnu-8019.80.24/bsd/netinet6/
H A Din6_mcast.c2038 return inp_join_group(inp, &v4sopt); in in6p_join_group()