Home | History | Annotate | Download | only in iptables

Lines Matching refs:IP6T_INV_DSTIP

180 /* -d */ IP6T_INV_DSTIP,
1423 fputc(fw->ipv6.invflags & IP6T_INV_DSTIP ? '!' : ' ', stdout);
2333 (fw.ipv6.invflags & (IP6T_INV_SRCIP | IP6T_INV_DSTIP)))