Searched refs:OPT_DESTINATION (Results 1 – 7 of 7) sorted by relevance
/external/iptables/iptables/ |
D | xshared.h | 24 OPT_DESTINATION = 1 << 2, enumerator
|
D | xtables-arp.c | 622 set_option(&options, OPT_DESTINATION, &cs.arp.arp.invflags, in do_commandarp() 831 if (!(options & OPT_DESTINATION)) in do_commandarp()
|
D | nft-ipv6.c | 312 if (!(cs->options & OPT_DESTINATION)) in nft_ipv6_post_parse()
|
D | nft-ipv4.c | 364 if (!(cs->options & OPT_DESTINATION)) in nft_ipv4_post_parse()
|
D | ip6tables.c | 1282 set_option(&cs.options, OPT_DESTINATION, &cs.fw6.ipv6.invflags, in do_command6() 1489 if (!(cs.options & OPT_DESTINATION)) in do_command6()
|
D | iptables.c | 1268 set_option(&cs.options, OPT_DESTINATION, &cs.fw.ip.invflags, in do_command4() 1477 if (!(cs.options & OPT_DESTINATION)) in do_command4()
|
D | xtables.c | 680 set_option(&cs->options, OPT_DESTINATION, in do_parse()
|