Searched refs:IP6T_ICMP_INV (Results 1 – 2 of 2) sorted by relevance
174 icmpv6info->invflags |= IP6T_ICMP_INV; in parse()232 icmpv6->invflags & IP6T_ICMP_INV, in print()235 if (icmpv6->invflags & ~IP6T_ICMP_INV) in print()237 icmpv6->invflags & ~IP6T_ICMP_INV); in print()245 if (icmpv6->invflags & IP6T_ICMP_INV) in save()
156 #define IP6T_ICMP_INV 0x01 /* Invert the sense of type/code test */ macro