Searched refs:ICMP6_FILTER (Results 1 – 9 of 9) sorted by relevance
| /freebsd/tools/regression/netinet6/icmp6_filter/ |
| H A D | icmp6_filter.c | 69 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 D | mld6.c | 166 if (setsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &filt, in main()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_socket.c | 634 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 D | in6.h | 415 #define ICMP6_FILTER 18 /* icmp6_filter; icmp6 filter */ macro
|
| H A D | icmp6.c | 2678 case ICMP6_FILTER: in icmp6_ctloutput() 2703 case ICMP6_FILTER: in icmp6_ctloutput()
|
| /freebsd/usr.sbin/rrenumd/ |
| H A D | rrenumd.c | 299 if (setsockopt(s6, IPPROTO_ICMPV6, ICMP6_FILTER, &filt, in sock6_open()
|
| /freebsd/usr.sbin/rtsold/ |
| H A D | rtsol.c | 134 if (setsockopt(sock, IPPROTO_ICMPV6, ICMP6_FILTER, &filt, in recvsockopen()
|
| /freebsd/sbin/ping/ |
| H A D | ping6.c | 845 #ifdef ICMP6_FILTER in ping6() 858 if (setsockopt(srecv, IPPROTO_ICMPV6, ICMP6_FILTER, &filt, in ping6()
|
| /freebsd/usr.sbin/rtadvd/ |
| H A D | rtadvd.c | 1590 if (setsockopt(s->si_fd, IPPROTO_ICMPV6, ICMP6_FILTER, &filt, in sock_open()
|