Home
last modified time | relevance | path

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

/xnu-10063.101.15/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-10063.101.15/bsd/netinet/
H A Din.h520 struct ip_mreq { struct
H A Din_mcast.c2127 sizeof(struct ip_mreq), in inp_join_group()
2128 sizeof(struct ip_mreq)); in inp_join_group()
2453 sizeof(struct ip_mreq), in inp_leave_group()
2454 sizeof(struct ip_mreq)); in inp_leave_group()
/xnu-10063.101.15/bsd/netinet6/
H A Din6_mcast.c132 static int in6p_lookup_v4addr(struct ipv6_mreq *, struct ip_mreq *);
1955 in6p_lookup_v4addr(struct ipv6_mreq *mreq, struct ip_mreq *v4mreq) in in6p_lookup_v4addr()
2029 struct ip_mreq v4mreq; in in6p_join_group()
2406 struct ip_mreq v4mreq; in in6p_leave_group()