Searched refs:ip_mreqn (Results 1 – 2 of 2) sorted by relevance
1908 struct ip_mreqn mreqn; in inp_getmoptions()1930 memset(&mreqn, 0, sizeof(struct ip_mreqn)); in inp_getmoptions()1949 if (sopt->sopt_valsize == sizeof(struct ip_mreqn)) { in inp_getmoptions()1951 sizeof(struct ip_mreqn)); in inp_getmoptions()2691 struct ip_mreqn mreqn; in inp_set_multicast_if()2698 if (sopt->sopt_valsize == sizeof(struct ip_mreqn)) { in inp_set_multicast_if()2703 error = sooptcopyin(sopt, &mreqn, sizeof(struct ip_mreqn), in inp_set_multicast_if()2704 sizeof(struct ip_mreqn)); in inp_set_multicast_if()
530 struct ip_mreqn { struct