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

/external/iptables/include/linux/netfilter_ipv6/
H A Dip6_tables.h98 #define IP6T_INV_DSTIP 0x10 /* Invert the sense of DST OP. */ macro
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h100 #define IP6T_INV_DSTIP 0x10 /* Invert the sense of DST OP. */ macro
/external/iptables/iptables/
H A Dip6tables.c160 /* -d */ IP6T_INV_DSTIP,
595 fputc(fw->ipv6.invflags & IP6T_INV_DSTIP ? '!' : ' ', stdout);
1063 e->ipv6.invflags & IP6T_INV_DSTIP);
1725 (cs.fw6.ipv6.invflags & (IP6T_INV_SRCIP | IP6T_INV_DSTIP)))

Completed in 69 milliseconds