Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Din_mcast.c1887 struct ip_mreqn mreqn; in inp_getmoptions()
1909 memset(&mreqn, 0, sizeof(struct ip_mreqn)); in inp_getmoptions()
1928 if (sopt->sopt_valsize == sizeof(struct ip_mreqn)) { in inp_getmoptions()
1930 sizeof(struct ip_mreqn)); in inp_getmoptions()
2664 struct ip_mreqn mreqn; in inp_set_multicast_if()
2671 if (sopt->sopt_valsize == sizeof(struct ip_mreqn)) { in inp_set_multicast_if()
2676 error = sooptcopyin(sopt, &mreqn, sizeof(struct ip_mreqn), in inp_set_multicast_if()
2677 sizeof(struct ip_mreqn)); in inp_set_multicast_if()
H A Din.h530 struct ip_mreqn { struct