Searched refs:IPV6_MULTICAST_LOOP (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | icmp_opt_data.c | 203 { IPV6_MULTICAST_LOOP, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP,
|
H A D | conn_opt.c | 834 case IPV6_MULTICAST_LOOP: 1537 case IPV6_MULTICAST_LOOP: 1719 case IPV6_MULTICAST_LOOP:
|
H A D | icmp.c | 1832 case IPV6_MULTICAST_LOOP:
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp_opt_data.c | 191 { IPV6_MULTICAST_LOOP, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP,
|
H A D | udp.c | 1511 case IPV6_MULTICAST_LOOP:
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | startup.c | 422 if (setsockopt(sock, IPPROTO_IPV6, IPV6_MULTICAST_LOOP, (char *)&off, 425 "setup_listen_sock: setsockopt: IPV6_MULTICAST_LOOP: %m");
|
/illumos-gate/usr/src/boot/include/netinet6/ |
H A D | in6.h | 401 #define IPV6_MULTICAST_LOOP 11 /* u_int; set/get IP6 multicast loopback */ macro
|
/illumos-gate/usr/src/uts/common/netinet/ |
H A D | in.h | 1190 #define IPV6_MULTICAST_LOOP 0x8 /* enable/disable delivery of */ macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping.c | 1493 IPV6_MULTICAST_LOOP, (char *)&int_op,
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_tables.c | 952 if (setsockopt(pii->pii_probe_sock, IPPROTO_IPV6, IPV6_MULTICAST_LOOP, 955 " IPV6_MULTICAST_LOOP");
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/ |
H A D | vrrpd.c | 3913 if (setsockopt(vif->vvi_sockfd, IPPROTO_IPV6, IPV6_MULTICAST_LOOP,
|
Completed in 144 milliseconds