Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxtables-arp.c839 set_option(&options, OPT_COUNTERS, &cs.arp.arp.invflags, in do_commandarp()
847 opt2char(OPT_COUNTERS)); in do_commandarp()
852 opt2char(OPT_COUNTERS)); in do_commandarp()
857 opt2char(OPT_COUNTERS)); in do_commandarp()
Dxshared.h32 OPT_COUNTERS = 1 << 10, enumerator
Dip6tables.c1477 set_option(&cs.options, OPT_COUNTERS, &cs.fw6.ipv6.invflags, in do_command6()
1488 opt2char(OPT_COUNTERS)); in do_command6()
1493 opt2char(OPT_COUNTERS)); in do_command6()
1499 opt2char(OPT_COUNTERS)); in do_command6()
1768 ret = ip6tc_set_policy(chain, policy, cs.options&OPT_COUNTERS ? &cs.fw6.counters : NULL, *handle); in do_command6()
Dxtables.c895 set_option(&cs->options, OPT_COUNTERS, &args->invflags, in do_parse()
906 opt2char(OPT_COUNTERS)); in do_parse()
911 opt2char(OPT_COUNTERS)); in do_parse()
916 opt2char(OPT_COUNTERS)); in do_parse()
Diptables.c1470 set_option(&cs.options, OPT_COUNTERS, &cs.fw.ip.invflags, in do_command4()
1481 opt2char(OPT_COUNTERS)); in do_command4()
1486 opt2char(OPT_COUNTERS)); in do_command4()
1492 opt2char(OPT_COUNTERS)); in do_command4()
1759 ret = iptc_set_policy(chain, policy, cs.options&OPT_COUNTERS ? &cs.fw.counters : NULL, *handle); in do_command4()