Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxshared.h24 OPT_COUNTERS = 1 << 10, enumerator
Dip6tables.c1629 set_option(&cs.options, OPT_COUNTERS, &cs.fw6.ipv6.invflags, in do_command6()
1641 opt2char(OPT_COUNTERS)); in do_command6()
1646 opt2char(OPT_COUNTERS)); in do_command6()
1652 opt2char(OPT_COUNTERS)); in do_command6()
1918 ret = ip6tc_set_policy(chain, policy, cs.options&OPT_COUNTERS ? &cs.fw6.counters : NULL, *handle); in do_command6()
Diptables.c1623 set_option(&cs.options, OPT_COUNTERS, &cs.fw.ip.invflags, in do_command4()
1635 opt2char(OPT_COUNTERS)); in do_command4()
1640 opt2char(OPT_COUNTERS)); in do_command4()
1646 opt2char(OPT_COUNTERS)); in do_command4()
1917 ret = iptc_set_policy(chain, policy, cs.options&OPT_COUNTERS ? &cs.fw.counters : NULL, *handle); in do_command4()