Searched refs:OPT_COUNTERS (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxshared.h23 OPT_COUNTERS = 1 << 10, enumerator in enum:__anon1353
H A Dip6tables.c1660 set_option(&cs.options, OPT_COUNTERS, &cs.fw6.ipv6.invflags,
1672 opt2char(OPT_COUNTERS));
1677 opt2char(OPT_COUNTERS));
1683 opt2char(OPT_COUNTERS));
1941 ret = ip6tc_set_policy(chain, policy, cs.options&OPT_COUNTERS ? &cs.fw6.counters : NULL, *handle);
H A Diptables.c1688 set_option(&cs.options, OPT_COUNTERS, &cs.fw.ip.invflags,
1700 opt2char(OPT_COUNTERS));
1705 opt2char(OPT_COUNTERS));
1711 opt2char(OPT_COUNTERS));
1974 ret = iptc_set_policy(chain, policy, cs.options&OPT_COUNTERS ? &cs.fw.counters : NULL, *handle);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/iptables/
H A Dxshared.h23 OPT_COUNTERS = 1 << 10, enumerator in enum:__anon20179
H A Dip6tables.c1653 set_option(&cs.options, OPT_COUNTERS, &cs.fw6.ipv6.invflags,
1665 opt2char(OPT_COUNTERS));
1670 opt2char(OPT_COUNTERS));
1676 opt2char(OPT_COUNTERS));
1934 ret = ip6tc_set_policy(chain, policy, cs.options&OPT_COUNTERS ? &cs.fw6.counters : NULL, *handle);
H A Diptables.c1662 set_option(&cs.options, OPT_COUNTERS, &cs.fw.ip.invflags,
1674 opt2char(OPT_COUNTERS));
1679 opt2char(OPT_COUNTERS));
1685 opt2char(OPT_COUNTERS));
1948 ret = iptc_set_policy(chain, policy, cs.options&OPT_COUNTERS ? &cs.fw.counters : NULL, *handle);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/
H A Dip6tables.c102 #define OPT_COUNTERS 0x00400U macro
2182 set_option(&options, OPT_COUNTERS, &fw.ipv6.invflags,
2191 opt2char(OPT_COUNTERS));
2196 opt2char(OPT_COUNTERS));
2201 opt2char(OPT_COUNTERS));
H A Diptables.c101 #define OPT_COUNTERS 0x00800U macro
2271 set_option(&options, OPT_COUNTERS, &fw.ip.invflags,
2280 opt2char(OPT_COUNTERS));
2285 opt2char(OPT_COUNTERS));
2290 opt2char(OPT_COUNTERS));

Completed in 120 milliseconds