Home
last modified time | relevance | path

Searched refs:OPT_COUNTERS (Results 1 – 5 of 5) sorted by relevance

/external/iptables/iptables/
Dxshared.h25 OPT_COUNTERS = 1 << 10, enumerator
Dxtables-arp.c105 #define OPT_COUNTERS 0x08000U macro
1277 set_option(&options, OPT_COUNTERS, &cs.fw.arp.invflags, in do_commandarp()
1285 opt2char(OPT_COUNTERS)); in do_commandarp()
1290 opt2char(OPT_COUNTERS)); in do_commandarp()
1295 opt2char(OPT_COUNTERS)); in do_commandarp()
Dxtables.c1029 set_option(&cs->options, OPT_COUNTERS, &args->invflags, in do_parse()
1040 opt2char(OPT_COUNTERS)); in do_parse()
1045 opt2char(OPT_COUNTERS)); in do_parse()
1050 opt2char(OPT_COUNTERS)); in do_parse()
Diptables.c1656 set_option(&cs.options, OPT_COUNTERS, &cs.fw.ip.invflags, in do_command4()
1667 opt2char(OPT_COUNTERS)); in do_command4()
1672 opt2char(OPT_COUNTERS)); in do_command4()
1678 opt2char(OPT_COUNTERS)); in do_command4()
1945 ret = iptc_set_policy(chain, policy, cs.options&OPT_COUNTERS ? &cs.fw.counters : NULL, *handle); in do_command4()
Dip6tables.c1665 set_option(&cs.options, OPT_COUNTERS, &cs.fw6.ipv6.invflags, in do_command6()
1676 opt2char(OPT_COUNTERS)); in do_command6()
1681 opt2char(OPT_COUNTERS)); in do_command6()
1687 opt2char(OPT_COUNTERS)); in do_command6()
1956 ret = ip6tc_set_policy(chain, policy, cs.options&OPT_COUNTERS ? &cs.fw6.counters : NULL, *handle); in do_command6()