Searched refs:imr_interface (Results 1 - 19 of 19) sorted by last modified time

/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipfsyncd.c382 mreq.imr_interface.s_addr = reqip->sin_addr.s_addr;
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure26232 ipmr.imr_interface.s_addr = 0;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_io.c2464 mreq.imr_interface.s_addr = htonl(INADDR_ANY);
2474 mreq.imr_interface.s_addr,
2481 mreq.imr_interface.s_addr, stoa(maddr)));
2550 mreq.imr_interface = SOCK_ADDR4(&iface->sin);
/freebsd-11-stable/contrib/ntp/
H A Dconfigure32862 ipmr.imr_interface.s_addr = 0;
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dmulticast.c34 mip->imr_interface.s_addr = INADDR_ANY;
37 mip->imr_interface = iface->sa.sin.sin_addr;
/freebsd-11-stable/contrib/apr/
H A Dconfigure29337 mip.imr_interface.s_addr = INADDR_ANY;
/freebsd-11-stable/sys/netinet/
H A Din_mcast.c1380 if (!in_nullhost(mreqs.imr_interface)) {
1382 INADDR_TO_IFP(mreqs.imr_interface, ifp);
1388 CTR3(KTR_IGMPV3, "%s: imr_interface = 0x%08x, ifp = %p",
1389 __func__, ntohl(mreqs.imr_interface.s_addr), ifp);
1966 mreqs.imr_interface = mreqs.imr_sourceaddr;
1990 mreqs.imr_interface);
1991 CTR3(KTR_IGMPV3, "%s: imr_interface = 0x%08x, ifp = %p",
1992 __func__, ntohl(mreqs.imr_interface.s_addr), ifp);
2263 mreqs.imr_interface = mreqs.imr_sourceaddr;
2290 if (!in_nullhost(mreqs.imr_interface)) {
[all...]
H A Din.h525 struct in_addr imr_interface; /* local IP address of interface */ member in struct:ip_mreq
545 struct in_addr imr_interface; /* local IP address of interface */ member in struct:ip_mreq_source
/freebsd-11-stable/sys/net/
H A Dif_vxlan.c1114 mreq.imr_interface = local->in4.sin_addr;
1129 * imr_interface address. We could then update *ifidx so
1182 mreq.imr_interface = source->in4.sin_addr;
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_upnp_ssdp.c748 mcast_addr.imr_interface.s_addr = htonl(INADDR_ANY);
905 mreq.imr_interface.s_addr = ip_addr;
909 mreq.imr_interface.s_addr);
/freebsd-11-stable/usr.sbin/mtest/
H A Dmtest.c446 mr.mrs.imr_interface = ina;
457 mr.mr.imr_interface = ina;
637 mr.mrs.imr_interface = ina;
/freebsd-11-stable/usr.sbin/rwhod/
H A Drwhod.c609 mreq.imr_interface.s_addr = htonl(INADDR_ANY);
697 mreq.imr_interface.s_addr =
/freebsd-11-stable/contrib/netbsd-tests/net/mcast/
H A Dmcast.c104 m4.imr_interface.s_addr = htonl(INADDR_ANY);
122 m4.imr_interface.s_addr = htonl(INADDR_ANY);
/freebsd-11-stable/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c194 mreq.imr_interface = ifaddr.sin.sin_addr;
199 gaddrbuf, inet_ntoa(mreq.imr_interface));
222 mreqs.imr_interface = ifaddr.sin.sin_addr;
230 gaddrbuf, inet_ntoa(mreqs.imr_interface),
258 mreqs.imr_interface = ifaddr.sin.sin_addr;
266 gaddrbuf, inet_ntoa(mreqs.imr_interface),
284 mreq.imr_interface = ifaddr.sin.sin_addr;
289 gaddrbuf, inet_ntoa(mreq.imr_interface));
/freebsd-11-stable/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c684 mreq.imr_interface.s_addr = INADDR_ANY;
697 mreq.imr_interface.s_addr = INADDR_ANY;
/freebsd-11-stable/tools/regression/netinet/msocket/
H A Dmsocket.c253 "%s, %s)", socktype, buf, inet_ntoa(imr.imr_interface));
259 inet_ntoa(imr.imr_interface));
269 inet_ntoa(imr.imr_interface));
274 "%s, %s)", socktype, buf, inet_ntoa(imr.imr_interface));
295 "%s, %s)", socktype, buf, inet_ntoa(imr.imr_interface));
301 inet_ntoa(imr.imr_interface));
311 inet_ntoa(imr.imr_interface));
316 "%s, %s)", socktype, buf, inet_ntoa(imr.imr_interface));
333 imr.imr_interface.s_addr = inet_addr("127.0.0.1");
382 imr.imr_interface
[all...]
/freebsd-11-stable/tools/regression/netinet/msocket_ifnet_remove/
H A Dmsocket_ifnet_remove.c182 imr.imr_interface.s_addr = inet_addr(DISC_IP);
/freebsd-11-stable/tools/tools/mcgrab/
H A Dmcgrab.cc120 memcpy(&mreq.imr_interface,
/freebsd-11-stable/tools/tools/mctest/
H A Dmctest.cc130 memcpy(&mreq.imr_interface,
331 memcpy(&mreq.imr_interface,

Completed in 348 milliseconds