| /src/usr.sbin/mrouted/ |
| kern.c | 61 if (setsockopt(igmp_socket, IPPROTO_IP, IP_MULTICAST_IF, 63 logit(LOG_ERR, errno, "setsockopt IP_MULTICAST_IF %s",
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/netinet/ |
| in_.d | 246 enum IP_MULTICAST_IF = 32;
|
| /src/sys/netinet/ |
| in.h | 284 #define IP_MULTICAST_IF 9 /* in_addr; set/get IP multicast i/f */
|
| ip_output.c | 152 static struct ifnet *ip_multicast_if(struct in_addr *, int *); 1232 case IP_MULTICAST_IF: 1406 case IP_MULTICAST_IF: 1691 ip_multicast_if(struct in_addr *a, int *ifindexp) function 1803 *ifp = ip_multicast_if(&mreq.imr_interface, NULL); 1985 case IP_MULTICAST_IF: { 2009 ifp = ip_multicast_if(&addr, &ifindex); 2079 case IP_MULTICAST_IF:
|
| /src/sys/rump/net/lib/libsockin/ |
| sockin_user.c | 107 translate(IP_MULTICAST_IF);
|
| /src/external/bsd/ipf/dist/tools/ |
| ipfsyncd.c | 349 if (setsockopt(igmpfd, IPPROTO_IP, IP_MULTICAST_IF, 351 syslog(LOG_ERR, "setsockopt(IP_MULTICAST_IF(%s)):%m", 353 debug(1, "setsockopt(IP_MULTICAST_IF(%s)):%s\n",
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/netinet/ |
| in_.d | 238 enum IP_MULTICAST_IF = 9;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/netinet/ |
| in_.d | 210 enum IP_MULTICAST_IF = 9;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/netinet/ |
| in_.d | 214 enum IP_MULTICAST_IF = 9;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/ |
| winsock2.d | 330 IP_MULTICAST_IF = 9,
|
| /src/sys/compat/ultrix/ |
| ultrix_misc.c | 365 IP_MULTICAST_IF,
|
| /src/external/bsd/wpa/dist/src/wps/ |
| wps_upnp_ssdp.c | 886 if (setsockopt(sd, IPPROTO_IP, IP_MULTICAST_IF, 888 wpa_printf(MSG_DEBUG, "WPS: setsockopt(IP_MULTICAST_IF) %x: "
|
| /src/sbin/ping/ |
| ping.c | 594 && prog_setsockopt(s, IPPROTO_IP, IP_MULTICAST_IF, 600 if (prog_setsockopt(s, IPPROTO_IP, IP_MULTICAST_IF,
|
| /src/sbin/routed/ |
| output.c | 178 IPPROTO_IP, IP_MULTICAST_IF, 183 "IP_MULTICAST_IF)");
|
| rdisc.c | 763 IPPROTO_IP, IP_MULTICAST_IF, 766 "IP_MULTICAST_IF)");
|
| /src/sys/compat/sunos/ |
| sunos_misc.c | 564 IP_MULTICAST_IF,
|
| /src/external/mit/libuv/dist/src/win/ |
| udp.c | 859 IP_MULTICAST_IF,
|
| /src/sys/compat/sunos32/ |
| sunos32_misc.c | 782 IP_MULTICAST_IF,
|
| /src/usr.bin/kdump/ |
| kdump.c | 699 CASERETURN(IP_MULTICAST_IF);
|
| /src/usr.sbin/ldpd/ |
| socketops.c | 526 if (setsockopt(ip4socket, IPPROTO_IP, IP_MULTICAST_IF,
|
| /src/external/mit/libuv/dist/src/unix/ |
| udp.c | 1166 IP_MULTICAST_IF,
|
| /src/sys/compat/linux/common/ |
| linux_socket.c | 961 return IP_MULTICAST_IF;
|
| /src/sys/netinet6/ |
| ip6_output.c | 1323 case IP_MULTICAST_IF:
|
| /src/external/apache2/mDNSResponder/dist/mDNSPosix/ |
| mDNSPosix.c | 1227 err = setsockopt(*sktPtr, IPPROTO_IP, IP_MULTICAST_IF, &((struct sockaddr_in*)intfAddr)->sin_addr, sizeof(struct in_addr)); 1228 if (err < 0) { err = errno; perror("setsockopt - IP_MULTICAST_IF"); }
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_io.c | 856 IP_MULTICAST_IF, 861 "setsockopt IP_MULTICAST_IF %s fails: %m",
|