Searched refs:mreqn (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet/ |
H A D | in_mcast.c | 1735 struct ip_mreqn mreqn; in inp_getmoptions() local 1763 memset(&mreqn, 0, sizeof(struct ip_mreqn)); in inp_getmoptions() 1767 mreqn.imr_address = imo->imo_multicast_addr; in inp_getmoptions() 1771 mreqn.imr_ifindex = ifp->if_index; in inp_getmoptions() 1775 mreqn.imr_address = in inp_getmoptions() 1782 error = sooptcopyout(sopt, &mreqn, in inp_getmoptions() 1785 error = sooptcopyout(sopt, &mreqn.imr_address, in inp_getmoptions() 1928 struct ip_mreqn mreqn; in inp_join_group() local 1931 error = sooptcopyin(sopt, &mreqn, in inp_join_group() 1934 error = sooptcopyin(sopt, &mreqn, in inp_join_group() [all …]
|
/freebsd/sbin/routed/ |
H A D | output.c | 144 struct ip_mreqn mreqn; in output() local 146 memset(&mreqn, 0, sizeof(struct ip_mreqn)); in output() 147 mreqn.imr_ifindex = ifp->int_index; in output() 151 &mreqn, in output() 152 sizeof(mreqn))) { in output()
|
H A D | rdisc.c | 729 struct ip_mreqn mreqn; in send_rdisc() local 731 memset(&mreqn, 0, sizeof(struct ip_mreqn)); in send_rdisc() 732 mreqn.imr_ifindex = ifp->int_index; in send_rdisc() 735 &mreqn, in send_rdisc() 736 sizeof(mreqn))) { in send_rdisc()
|