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