Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din.h512 struct in_addr imr_interface; /* local IP address of interface */ member
532 struct in_addr imr_interface; /* local IP address of interface */ member
/f-stack/freebsd/netinet/
H A Din.h529 struct in_addr imr_interface; /* local IP address of interface */ member
549 struct in_addr imr_interface; /* local IP address of interface */ member
H A Din_mcast.c1447 if (!in_nullhost(mreqs.imr_interface)) { in inp_block_unblock_source()
1449 INADDR_TO_IFP(mreqs.imr_interface, ifp); in inp_block_unblock_source()
1456 __func__, ntohl(mreqs.imr_interface.s_addr), ifp); in inp_block_unblock_source()
2035 mreqs.imr_interface); in inp_join_group()
2038 __func__, ntohl(mreqs.imr_interface.s_addr), ifp); in inp_join_group()
2326 mreqs.imr_interface = mreqs.imr_sourceaddr; in inp_leave_group()
2353 if (!in_nullhost(mreqs.imr_interface)) { in inp_leave_group()
2355 INADDR_TO_IFP(mreqs.imr_interface, ifp); in inp_leave_group()
2359 __func__, ntohl(mreqs.imr_interface.s_addr), ifp); in inp_leave_group()
/f-stack/freebsd/net/
H A Dif_vxlan.c1148 mreq.imr_interface = local->in4.sin_addr; in vxlan_socket_mc_join_group()
1216 mreq.imr_interface = source->in4.sin_addr; in vxlan_socket_mc_leave_group()