Searched refs:i6f (Results 1 – 1 of 1) sorted by relevance
187 struct icmp6_filter i6f; in icmp6_ft() local193 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()[all …]