Home
last modified time | relevance | path

Searched refs:OPT_DESTINATION (Results 1 – 7 of 7) sorted by relevance

/external/iptables/iptables/
Dxshared.h24 OPT_DESTINATION = 1 << 2, enumerator
Dxtables-arp.c622 set_option(&options, OPT_DESTINATION, &cs.arp.arp.invflags, in do_commandarp()
831 if (!(options & OPT_DESTINATION)) in do_commandarp()
Dnft-ipv6.c312 if (!(cs->options & OPT_DESTINATION)) in nft_ipv6_post_parse()
Dnft-ipv4.c364 if (!(cs->options & OPT_DESTINATION)) in nft_ipv4_post_parse()
Diptables.c1268 set_option(&cs.options, OPT_DESTINATION, &cs.fw.ip.invflags, in do_command4()
1477 if (!(cs.options & OPT_DESTINATION)) in do_command4()
Dip6tables.c1282 set_option(&cs.options, OPT_DESTINATION, &cs.fw6.ipv6.invflags, in do_command6()
1489 if (!(cs.options & OPT_DESTINATION)) in do_command6()
Dxtables.c680 set_option(&cs->options, OPT_DESTINATION, in do_parse()