Searched refs:ip_mreqn (Results 1 – 2 of 2) sorted by relevance
1887 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()2659 struct ip_mreqn mreqn; in inp_set_multicast_if()2666 if (sopt->sopt_valsize == sizeof(struct ip_mreqn)) { in inp_set_multicast_if()2671 error = sooptcopyin(sopt, &mreqn, sizeof(struct ip_mreqn), in inp_set_multicast_if()2672 sizeof(struct ip_mreqn)); in inp_set_multicast_if()
573 struct ip_mreqn { struct