Home | History | Annotate | Download | only in ping6

Lines Matching full:filt

804 	struct icmp6_filter filt;
806 ICMP6_FILTER_SETBLOCKALL(&filt);
809 ICMP6_FILTER_SETPASS(ICMP6_NI_REPLY, &filt);
811 ICMP6_FILTER_SETPASS(ICMP6_ECHO_REPLY, &filt);
813 ICMP6_FILTER_SETPASSALL(&filt);
815 if (setsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &filt,
816 sizeof(filt)) < 0)