Searched refs:IP_MULTICAST_LOOP (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dmulticast.c196 /* Set the IP_MULTICAST_TTL or IP_MULTICAST_LOOP option, or IPv6
220 else if (type == IP_MULTICAST_LOOP) {
277 #if defined(IP_MULTICAST_LOOP) && defined(HAVE_STRUCT_IPMREQ)
278 return do_mcast_opt(IP_MULTICAST_LOOP, sock, opt);
/freebsd-11-stable/tools/regression/netinet/msocket/
H A Dmsocket.c207 test_u_char(IP_MULTICAST_LOOP, "IP_MULTICAST_LOOP", 1, 0, 243,
209 test_u_char(IP_MULTICAST_LOOP, "IP_MULTICAST_LOOP", 1, 0, 243,
211 test_u_char(IP_MULTICAST_LOOP, "IP_MULTICAST_LOOP", 1, 0, 243,
/freebsd-11-stable/sys/netinet/
H A Din.h419 #define IP_MULTICAST_LOOP 11 /* u_char; set/get IP multicast loopback */ macro
H A Dip_output.c1141 case IP_MULTICAST_LOOP:
1332 case IP_MULTICAST_LOOP:
H A Din_mcast.c1826 case IP_MULTICAST_LOOP:
2778 case IP_MULTICAST_LOOP: {
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipfsyncd.c359 if (setsockopt(igmpfd, IPPROTO_IP, IP_MULTICAST_LOOP,
361 syslog(LOG_ERR, "setsockopt(IP_MULTICAST_LOOP=0):%m");
362 debug(1, "setsockopt(IP_MULTICAST_LOOP=0):%s\n",
/freebsd-11-stable/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c330 test_ip_boolean(sock, socktypename, IP_MULTICAST_LOOP,
331 "IP_MULTICAST_LOOP", 1, BOOLEAN_ANYONE);
/freebsd-11-stable/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c853 err(-1, "get_socket(%s, %d) for IP_MULTICAST_LOOP",
855 test_ip_boolean(sock, socktypename, IP_MULTICAST_LOOP,
856 "IP_MULTICAST_LOOP", 1, BOOLEAN_ANYONE);
/freebsd-11-stable/sbin/ping/
H A Dping.c773 if (setsockopt(ssend, IPPROTO_IP, IP_MULTICAST_LOOP, &loop,
775 err(EX_OSERR, "setsockopt IP_MULTICAST_LOOP");
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_io.c2389 #ifdef IP_MULTICAST_LOOP
2401 #ifdef IP_MULTICAST_LOOP
2406 IP_MULTICAST_LOOP,
2411 "setsockopt IP_MULTICAST_LOOP failed: %m on socket %d, addr %s for multicast address %s",
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_socket.c280 return (IP_MULTICAST_LOOP);

Completed in 129 milliseconds