Symbol: ICMP6_FILTER
sbin/ping/ping6.c
847
#ifdef ICMP6_FILTER
sbin/ping/ping6.c
860
if (setsockopt(srecv, IPPROTO_ICMPV6, ICMP6_FILTER, &filt,
sys/compat/linux/linux_socket.c
2237
if (name != ICMP6_FILTER)
sys/compat/linux/linux_socket.c
2251
ICMP6_FILTER, &f, UIO_SYSSPACE, sizeof(f)));
sys/compat/linux/linux_socket.c
2594
if (name != ICMP6_FILTER)
sys/compat/linux/linux_socket.c
2604
ICMP6_FILTER, &f, UIO_SYSSPACE, &len);
sys/compat/linux/linux_socket.c
634
return (ICMP6_FILTER);
sys/netinet6/icmp6.c
2683
case ICMP6_FILTER:
sys/netinet6/icmp6.c
2708
case ICMP6_FILTER:
tools/regression/netinet6/icmp6_filter/icmp6_filter.c
103
if (getsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &ic6f, &len) < 0)
tools/regression/netinet6/icmp6_filter/icmp6_filter.c
113
if (setsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &ic6f, len) < 0)
tools/regression/netinet6/icmp6_filter/icmp6_filter.c
120
if (getsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &ic6f, &len) < 0)
tools/regression/netinet6/icmp6_filter/icmp6_filter.c
69
if (getsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &ic6f, &len) < 0)
tools/regression/netinet6/icmp6_filter/icmp6_filter.c
79
if (setsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &ic6f, len) < 0)
tools/regression/netinet6/icmp6_filter/icmp6_filter.c
86
if (getsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &ic6f, &len) < 0)
tools/regression/netinet6/icmp6_filter/icmp6_filter.c
96
if (setsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &ic6f, len) < 0)
usr.sbin/mld6query/mld6.c
166
if (setsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &filt,
usr.sbin/rrenumd/rrenumd.c
299
if (setsockopt(s6, IPPROTO_ICMPV6, ICMP6_FILTER, &filt,
usr.sbin/rtadvd/rtadvd.c
1590
if (setsockopt(s->si_fd, IPPROTO_ICMPV6, ICMP6_FILTER, &filt,
usr.sbin/rtsold/rtsol.c
134
if (setsockopt(sock, IPPROTO_ICMPV6, ICMP6_FILTER, &filt,