Home
last modified time | relevance | path

Searched refs:IP6T_INV_SRCIP (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/linux/netfilter_ipv6/
Dip6_tables.h76 #define IP6T_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */ macro
/external/iptables/
Dip6tables-save.c159 e->ipv6.invflags & IP6T_INV_SRCIP); in print_rule()
Dip6tables.c179 /* -s */ IP6T_INV_SRCIP,
1410 fputc(fw->ipv6.invflags & IP6T_INV_SRCIP ? '!' : ' ', stdout); in print_firewall()
2333 (fw.ipv6.invflags & (IP6T_INV_SRCIP | IP6T_INV_DSTIP))) in do_command6()