Home
last modified time | relevance | path

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

/external/iptables/extensions/
Dlibip6t_icmp6.c174 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()
/external/kernel-headers/original/linux/netfilter_ipv6/
Dip6_tables.h156 #define IP6T_ICMP_INV 0x01 /* Invert the sense of type/code test */ macro