Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Din_mcast.c1899 struct ip_mreqn mreqn; in inp_getmoptions()
1921 memset(&mreqn, 0, sizeof(struct ip_mreqn)); in inp_getmoptions()
1940 if (sopt->sopt_valsize == sizeof(struct ip_mreqn)) { in inp_getmoptions()
1942 sizeof(struct ip_mreqn)); in inp_getmoptions()
2671 struct ip_mreqn mreqn; in inp_set_multicast_if()
2678 if (sopt->sopt_valsize == sizeof(struct ip_mreqn)) { in inp_set_multicast_if()
2683 error = sooptcopyin(sopt, &mreqn, sizeof(struct ip_mreqn), in inp_set_multicast_if()
2684 sizeof(struct ip_mreqn)); in inp_set_multicast_if()
H A Din.h573 struct ip_mreqn { struct