Home
last modified time | relevance | path

Searched refs:ip_mreq (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.81.4/tests/
H A Dmcast_group_race_82820812.c13 static struct ip_mreq filler_group;
14 static struct ip_mreq group_a;
15 static struct ip_mreq group_b;
H A Dtest_ip_drop_membership.c59 print_mreq(const char *opt, struct ip_mreq *mreq) in print_mreq()
102 struct ip_mreq mreq = {}; in test_ip_drop_membership()
/xnu-11215.81.4/bsd/netinet/
H A Din.h520 struct ip_mreq { struct
H A Din_mcast.c2134 sizeof(struct ip_mreq), in inp_join_group()
2135 sizeof(struct ip_mreq)); in inp_join_group()
2460 sizeof(struct ip_mreq), in inp_leave_group()
2461 sizeof(struct ip_mreq)); in inp_leave_group()
/xnu-11215.81.4/bsd/netinet6/
H A Din6_mcast.c132 static int in6p_lookup_v4addr(struct ipv6_mreq *, struct ip_mreq *);
1964 in6p_lookup_v4addr(struct ipv6_mreq *mreq, struct ip_mreq *v4mreq) in in6p_lookup_v4addr()
2038 struct ip_mreq v4mreq; in in6p_join_group()
2415 struct ip_mreq v4mreq; in in6p_leave_group()