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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxshared.h23 OPT_COUNTERS = 1 << 10, enumerator in enum:__anon455
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-WNDR4500v2-V1.0.0.60_1.0.38/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 109 milliseconds