Searched refs:ip_mreqn (Results 1 – 2 of 2) sorted by relevance
1901 struct ip_mreqn mreqn; in inp_getmoptions()1923 memset(&mreqn, 0, sizeof(struct ip_mreqn)); in inp_getmoptions()1942 if (sopt->sopt_valsize == sizeof(struct ip_mreqn)) { in inp_getmoptions()1944 sizeof(struct ip_mreqn)); in inp_getmoptions()2684 struct ip_mreqn mreqn; in inp_set_multicast_if()2691 if (sopt->sopt_valsize == sizeof(struct ip_mreqn)) { in inp_set_multicast_if()2696 error = sooptcopyin(sopt, &mreqn, sizeof(struct ip_mreqn), in inp_set_multicast_if()2697 sizeof(struct ip_mreqn)); in inp_set_multicast_if()
530 struct ip_mreqn { struct