Searched refs:IP6T_ICMP_INV (Results 1 - 3 of 3) sorted by relevance

/external/iptables/extensions/
H A Dlibip6t_icmp6.c160 icmpv6info->invflags |= IP6T_ICMP_INV;
202 icmpv6->invflags & IP6T_ICMP_INV,
205 if (icmpv6->invflags & ~IP6T_ICMP_INV)
207 icmpv6->invflags & ~IP6T_ICMP_INV);
214 if (icmpv6->invflags & IP6T_ICMP_INV)
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6_tables.h195 #define IP6T_ICMP_INV 0x01 /* Invert the sense of type/code test */ macro
/external/kernel-headers/original/linux/netfilter_ipv6/
H A Dip6_tables.h156 #define IP6T_ICMP_INV 0x01 /* Invert the sense of type/code test */ macro

Completed in 16 milliseconds