Home
last modified time | relevance | path

Searched refs:mreqs (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netinet/
H A Din_mcast.c1431 struct ip_mreq_source mreqs; in inp_block_unblock_source() local
1433 error = sooptcopyin(sopt, &mreqs, in inp_block_unblock_source()
1441 gsa->sin.sin_addr = mreqs.imr_multiaddr; in inp_block_unblock_source()
1447 if (!in_nullhost(mreqs.imr_interface)) { in inp_block_unblock_source()
2016 struct ip_mreq_source mreqs; in inp_join_group() local
2027 gsa->sin.sin_addr = mreqs.imr_multiaddr; in inp_join_group()
2035 mreqs.imr_interface); in inp_join_group()
2293 struct ip_mreq_source mreqs; in inp_leave_group() local
2318 error = sooptcopyin(sopt, &mreqs, in inp_leave_group()
2326 mreqs.imr_interface = mreqs.imr_sourceaddr; in inp_leave_group()
[all …]