Lines Matching refs:i6f
187 struct icmp6_filter i6f; in icmp6_ft() local
193 ICMP6_FILTER_SETPASSALL(&i6f); in icmp6_ft()
194 if (setsockopt(sall, IPPROTO_ICMPV6, ICMP6_FILTER, &i6f, in icmp6_ft()
195 sizeof(i6f)) < 0) { in icmp6_ft()
210 ICMP6_FILTER_SETBLOCKALL(&i6f); in icmp6_ft()
211 ICMP6_FILTER_SETPASS(ftab[i].ft_flttype, &i6f); in icmp6_ft()
214 ICMP6_FILTER_SETPASSALL(&i6f); in icmp6_ft()
217 ICMP6_FILTER_SETPASSALL(&i6f); in icmp6_ft()
218 ICMP6_FILTER_SETBLOCK(ftab[i].ft_flttype, &i6f); in icmp6_ft()
221 ICMP6_FILTER_SETBLOCKALL(&i6f); in icmp6_ft()
224 ICMP6_FILTER_SETPASSALL(&i6f); in icmp6_ft()
225 ICMP6_FILTER_SETBLOCK(ftab[i].ft_flttype, &i6f); in icmp6_ft()
226 rv = ICMP6_FILTER_WILLBLOCK(ftab[i].ft_sndtype, &i6f); in icmp6_ft()
229 ICMP6_FILTER_SETBLOCKALL(&i6f); in icmp6_ft()
230 ICMP6_FILTER_SETPASS(ftab[i].ft_flttype, &i6f); in icmp6_ft()
231 rv = ICMP6_FILTER_WILLPASS(ftab[i].ft_sndtype, &i6f); in icmp6_ft()
240 if (setsockopt(sf, IPPROTO_ICMPV6, ICMP6_FILTER, &i6f, in icmp6_ft()
241 sizeof(i6f)) < 0) { in icmp6_ft()