Searched refs:ip_mreqn (Results 1 – 2 of 2) sorted by relevance
1899 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()
573 struct ip_mreqn { struct