Home
last modified time | relevance | path

Searched refs:ICMP6_FILTER (Results 1 – 9 of 9) sorted by relevance

/freebsd/tools/regression/netinet6/icmp6_filter/
H A Dicmp6_filter.c69 if (getsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &ic6f, &len) < 0) in main()
79 if (setsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &ic6f, len) < 0) in main()
86 if (getsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &ic6f, &len) < 0) in main()
96 if (setsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &ic6f, len) < 0) in main()
103 if (getsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &ic6f, &len) < 0) in main()
113 if (setsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &ic6f, len) < 0) in main()
120 if (getsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &ic6f, &len) < 0) in main()
/freebsd/usr.sbin/mld6query/
H A Dmld6.c166 if (setsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &filt, in main()
/freebsd/sys/compat/linux/
H A Dlinux_socket.c634 return (ICMP6_FILTER); in linux_to_bsd_icmp6_sockopt()
2237 if (name != ICMP6_FILTER) in linux_setsockopt()
2251 ICMP6_FILTER, &f, UIO_SYSSPACE, sizeof(f))); in linux_setsockopt()
2540 if (name != ICMP6_FILTER) in linux_getsockopt()
2550 ICMP6_FILTER, &f, UIO_SYSSPACE, &len); in linux_getsockopt()
/freebsd/sys/netinet6/
H A Din6.h415 #define ICMP6_FILTER 18 /* icmp6_filter; icmp6 filter */ macro
H A Dicmp6.c2678 case ICMP6_FILTER: in icmp6_ctloutput()
2703 case ICMP6_FILTER: in icmp6_ctloutput()
/freebsd/usr.sbin/rrenumd/
H A Drrenumd.c299 if (setsockopt(s6, IPPROTO_ICMPV6, ICMP6_FILTER, &filt, in sock6_open()
/freebsd/usr.sbin/rtsold/
H A Drtsol.c134 if (setsockopt(sock, IPPROTO_ICMPV6, ICMP6_FILTER, &filt, in recvsockopen()
/freebsd/sbin/ping/
H A Dping6.c845 #ifdef ICMP6_FILTER in ping6()
858 if (setsockopt(srecv, IPPROTO_ICMPV6, ICMP6_FILTER, &filt, in ping6()
/freebsd/usr.sbin/rtadvd/
H A Drtadvd.c1590 if (setsockopt(s->si_fd, IPPROTO_ICMPV6, ICMP6_FILTER, &filt, in sock_open()