HomeSort by: relevance | last modified time | path
    Searched refs:IP_MULTICAST_LOOP (Results 1 - 23 of 23) sorted by relevancy

  /src/usr.sbin/mrouted/
kern.c 50 if (setsockopt(igmp_socket, IPPROTO_IP, IP_MULTICAST_LOOP,
52 logit(LOG_ERR, errno, "setsockopt IP_MULTICAST_LOOP %u", loop);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/netinet/
in_.d 248 enum IP_MULTICAST_LOOP = 34;
  /src/sys/netinet/
in.h 286 #define IP_MULTICAST_LOOP 11 /* u_char; set/get IP multicast loopback */
ip_output.c 1234 case IP_MULTICAST_LOOP:
1408 case IP_MULTICAST_LOOP:
2031 case IP_MULTICAST_LOOP:
2107 case IP_MULTICAST_LOOP:
  /src/sys/rump/net/lib/libsockin/
sockin_user.c 106 translate(IP_MULTICAST_LOOP);
  /src/external/bsd/ipf/dist/tools/
ipfsyncd.c 361 if (setsockopt(igmpfd, IPPROTO_IP, IP_MULTICAST_LOOP,
363 syslog(LOG_ERR, "setsockopt(IP_MULTICAST_LOOP=0):%m");
364 debug(1, "setsockopt(IP_MULTICAST_LOOP=0):%s\n",
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/netinet/
in_.d 240 enum IP_MULTICAST_LOOP = 11;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/netinet/
in_.d 213 enum IP_MULTICAST_LOOP = 11;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/netinet/
in_.d 217 enum IP_MULTICAST_LOOP = 11;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winsock2.d 332 IP_MULTICAST_LOOP = 11,
  /src/sys/compat/ultrix/
ultrix_misc.c 367 IP_MULTICAST_LOOP,
  /src/external/mit/libuv/dist/src/unix/
udp.c 1118 * IP_MULTICAST_LOOP, so hardcode the size of the option in the IPv6 case,
1125 IP_MULTICAST_LOOP,
1133 IP_MULTICAST_LOOP,
  /src/sys/compat/sunos/
sunos_misc.c 566 IP_MULTICAST_LOOP,
  /src/external/mit/libuv/dist/src/win/
udp.c 989 IP_MULTICAST_LOOP,
  /src/sbin/ping/
ping.c 583 IP_MULTICAST_LOOP,
  /src/sys/compat/sunos32/
sunos32_misc.c 784 IP_MULTICAST_LOOP,
  /src/usr.bin/kdump/
kdump.c 701 CASERETURN(IP_MULTICAST_LOOP);
  /src/usr.sbin/ldpd/
socketops.c 128 if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_LOOP, &(u_char){0},
  /src/external/bsd/ntp/dist/ntpd/
ntp_io.c 2432 #ifdef IP_MULTICAST_LOOP
2444 #ifdef IP_MULTICAST_LOOP
2449 IP_MULTICAST_LOOP,
2454 "setsockopt IP_MULTICAST_LOOP failed: %m on socket %d, addr %s for multicast address %s",
  /src/sys/compat/linux/common/
linux_socket.c 959 return IP_MULTICAST_LOOP;
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
ioloop.c 1263 rv = setsockopt(listener->io.fd, IPPROTO_IP, IP_MULTICAST_LOOP, &false_flag, sizeof false_flag);
  /src/sys/netinet6/
ip6_output.c 1324 case IP_MULTICAST_LOOP:
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c     [all...]

Completed in 96 milliseconds