Searched refs:IP6T_ICMP_INV (Results 1 – 2 of 2) sorted by relevance
140 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()
190 #define IP6T_ICMP_INV 0x01 /* Invert the sense of type/code test */ macro