Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet/
H A Din_mcast.c1902 struct ip_mreqn mreqn; in inp_getmoptions()
1924 memset(&mreqn, 0, sizeof(struct ip_mreqn)); in inp_getmoptions()
1943 if (sopt->sopt_valsize == sizeof(struct ip_mreqn)) { in inp_getmoptions()
1945 sizeof(struct ip_mreqn)); in inp_getmoptions()
2686 struct ip_mreqn mreqn; in inp_set_multicast_if()
2693 if (sopt->sopt_valsize == sizeof(struct ip_mreqn)) { in inp_set_multicast_if()
2698 error = sooptcopyin(sopt, &mreqn, sizeof(struct ip_mreqn), in inp_set_multicast_if()
2699 sizeof(struct ip_mreqn)); in inp_set_multicast_if()
H A Din.h530 struct ip_mreqn { struct