Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Din_var.h589 extern int inp_leave_group(struct inpcb *, struct sockopt *);
H A Din_mcast.c2431 inp_leave_group(struct inpcb *inp, struct sockopt *sopt) in inp_leave_group() function
3171 error = inp_leave_group(inp, sopt); in inp_setmoptions()
/xnu-11215.1.10/bsd/netinet6/
H A Din6_mcast.c2433 return inp_leave_group(inp, &v4sopt); in in6p_leave_group()