Home
last modified time | relevance | path

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

/xnu-10002.1.13/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-10002.1.13/bsd/netinet/
H A Din.h520 struct ip_mreq { struct
H A Din_mcast.c2128 sizeof(struct ip_mreq), in inp_join_group()
2129 sizeof(struct ip_mreq)); in inp_join_group()
2455 sizeof(struct ip_mreq), in inp_leave_group()
2456 sizeof(struct ip_mreq)); in inp_leave_group()
/xnu-10002.1.13/bsd/netinet6/
H A Din6_mcast.c129 static int in6p_lookup_v4addr(struct ipv6_mreq *, struct ip_mreq *);
1927 in6p_lookup_v4addr(struct ipv6_mreq *mreq, struct ip_mreq *v4mreq) in in6p_lookup_v4addr()
2001 struct ip_mreq v4mreq; in in6p_join_group()
2378 struct ip_mreq v4mreq; in in6p_leave_group()