Searched refs:IP6T_INV_SRCIP (Results 1 – 3 of 3) sorted by relevance
76 #define IP6T_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */ macro
159 e->ipv6.invflags & IP6T_INV_SRCIP); in print_rule()
179 /* -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()