Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxtables-arp.c774 set_option(&options, OPT_COUNTERS, &cs.arp.arp.invflags, in do_commandarp()
782 opt2char(OPT_COUNTERS)); in do_commandarp()
787 opt2char(OPT_COUNTERS)); in do_commandarp()
792 opt2char(OPT_COUNTERS)); in do_commandarp()
Dxshared.h32 OPT_COUNTERS = 1 << 10, enumerator
Dxtables.c812 set_option(&cs->options, OPT_COUNTERS, &args->invflags, in do_parse()
823 opt2char(OPT_COUNTERS)); in do_parse()
828 opt2char(OPT_COUNTERS)); in do_parse()
833 opt2char(OPT_COUNTERS)); in do_parse()
Dip6tables.c1398 set_option(&cs.options, OPT_COUNTERS, &cs.fw6.ipv6.invflags, in do_command6()
1409 opt2char(OPT_COUNTERS)); in do_command6()
1414 opt2char(OPT_COUNTERS)); in do_command6()
1420 opt2char(OPT_COUNTERS)); in do_command6()
1689 ret = ip6tc_set_policy(chain, policy, cs.options&OPT_COUNTERS ? &cs.fw6.counters : NULL, *handle); in do_command6()
Diptables.c1390 set_option(&cs.options, OPT_COUNTERS, &cs.fw.ip.invflags, in do_command4()
1401 opt2char(OPT_COUNTERS)); in do_command4()
1406 opt2char(OPT_COUNTERS)); in do_command4()
1412 opt2char(OPT_COUNTERS)); in do_command4()
1679 ret = iptc_set_policy(chain, policy, cs.options&OPT_COUNTERS ? &cs.fw.counters : NULL, *handle); in do_command4()