Home
last modified time | relevance | path

Searched refs:IP6T_ICMP_INV (Results 1 – 2 of 2) sorted by relevance

/third_party/iptables/extensions/
Dlibip6t_icmp6.c140 icmpv6info->invflags |= IP6T_ICMP_INV; in icmp6_parse()
182 icmpv6->invflags & IP6T_ICMP_INV, in icmp6_print()
185 if (icmpv6->invflags & ~IP6T_ICMP_INV) in icmp6_print()
187 icmpv6->invflags & ~IP6T_ICMP_INV); in icmp6_print()
194 if (icmpv6->invflags & IP6T_ICMP_INV) in icmp6_save()
256 (info->invflags & IP6T_ICMP_INV) ? " !=" : ""); in icmp6_xlate()
/third_party/iptables/include/linux/netfilter_ipv6/
Dip6_tables.h190 #define IP6T_ICMP_INV 0x01 /* Invert the sense of type/code test */ macro