Home
last modified time | relevance | path

Searched refs:ip_mreqn (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Din_mcast.c1908 struct ip_mreqn mreqn; in inp_getmoptions()
1930 memset(&mreqn, 0, sizeof(struct ip_mreqn)); in inp_getmoptions()
1949 if (sopt->sopt_valsize == sizeof(struct ip_mreqn)) { in inp_getmoptions()
1951 sizeof(struct ip_mreqn)); in inp_getmoptions()
2691 struct ip_mreqn mreqn; in inp_set_multicast_if()
2698 if (sopt->sopt_valsize == sizeof(struct ip_mreqn)) { in inp_set_multicast_if()
2703 error = sooptcopyin(sopt, &mreqn, sizeof(struct ip_mreqn), in inp_set_multicast_if()
2704 sizeof(struct ip_mreqn)); in inp_set_multicast_if()
H A Din.h530 struct ip_mreqn { struct