Searched refs:newcounters (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/libiptc/
H A Dlibiptc.c1973 static void counters_nomap(STRUCT_COUNTERS_INFO *newcounters, argument
1976 newcounters->counters[index] = ((STRUCT_COUNTERS) { 0, 0});
1980 static void counters_normal_map(STRUCT_COUNTERS_INFO *newcounters, argument
1992 newcounters->counters[index] = repl->counters[mappos];
1996 static void counters_map_zeroed(STRUCT_COUNTERS_INFO *newcounters, argument
2009 subtract_counters(&newcounters->counters[index],
2015 static void counters_map_set(STRUCT_COUNTERS_INFO *newcounters, argument
2021 memcpy(&newcounters->counters[index], counters,
2033 STRUCT_COUNTERS_INFO *newcounters; local
2075 newcounters
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/libiptc/
H A Dlibiptc.c1973 static void counters_nomap(STRUCT_COUNTERS_INFO *newcounters, argument
1976 newcounters->counters[index] = ((STRUCT_COUNTERS) { 0, 0});
1980 static void counters_normal_map(STRUCT_COUNTERS_INFO *newcounters, argument
1992 newcounters->counters[index] = repl->counters[mappos];
1996 static void counters_map_zeroed(STRUCT_COUNTERS_INFO *newcounters, argument
2009 subtract_counters(&newcounters->counters[index],
2015 static void counters_map_set(STRUCT_COUNTERS_INFO *newcounters, argument
2021 memcpy(&newcounters->counters[index], counters,
2033 STRUCT_COUNTERS_INFO *newcounters; local
2075 newcounters
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/libiptc/
H A Dlibiptc.c1973 static void counters_nomap(STRUCT_COUNTERS_INFO *newcounters, argument
1976 newcounters->counters[index] = ((STRUCT_COUNTERS) { 0, 0});
1980 static void counters_normal_map(STRUCT_COUNTERS_INFO *newcounters, argument
1992 newcounters->counters[index] = repl->counters[mappos];
1996 static void counters_map_zeroed(STRUCT_COUNTERS_INFO *newcounters, argument
2009 subtract_counters(&newcounters->counters[index],
2015 static void counters_map_set(STRUCT_COUNTERS_INFO *newcounters, argument
2021 memcpy(&newcounters->counters[index], counters,
2033 STRUCT_COUNTERS_INFO *newcounters; local
2075 newcounters
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/libiptc/
H A Dlibiptc.c2465 static void counters_nomap(STRUCT_COUNTERS_INFO *newcounters, unsigned int idx) argument
2467 newcounters->counters[idx] = ((STRUCT_COUNTERS) { 0, 0});
2471 static void counters_normal_map(STRUCT_COUNTERS_INFO *newcounters, argument
2482 newcounters->counters[idx] = repl->counters[mappos];
2486 static void counters_map_zeroed(STRUCT_COUNTERS_INFO *newcounters, argument
2497 subtract_counters(&newcounters->counters[idx],
2503 static void counters_map_set(STRUCT_COUNTERS_INFO *newcounters, argument
2508 memcpy(&newcounters->counters[idx], counters,
2520 STRUCT_COUNTERS_INFO *newcounters; local
2562 newcounters
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/libiptc/
H A Dlibiptc.c2465 static void counters_nomap(STRUCT_COUNTERS_INFO *newcounters, unsigned int idx) argument
2467 newcounters->counters[idx] = ((STRUCT_COUNTERS) { 0, 0});
2471 static void counters_normal_map(STRUCT_COUNTERS_INFO *newcounters, argument
2482 newcounters->counters[idx] = repl->counters[mappos];
2486 static void counters_map_zeroed(STRUCT_COUNTERS_INFO *newcounters, argument
2497 subtract_counters(&newcounters->counters[idx],
2503 static void counters_map_set(STRUCT_COUNTERS_INFO *newcounters, argument
2508 memcpy(&newcounters->counters[idx], counters,
2520 STRUCT_COUNTERS_INFO *newcounters; local
2562 newcounters
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/libiptc/
H A Dlibiptc.c2465 static void counters_nomap(STRUCT_COUNTERS_INFO *newcounters, unsigned int idx) argument
2467 newcounters->counters[idx] = ((STRUCT_COUNTERS) { 0, 0});
2471 static void counters_normal_map(STRUCT_COUNTERS_INFO *newcounters, argument
2482 newcounters->counters[idx] = repl->counters[mappos];
2486 static void counters_map_zeroed(STRUCT_COUNTERS_INFO *newcounters, argument
2497 subtract_counters(&newcounters->counters[idx],
2503 static void counters_map_set(STRUCT_COUNTERS_INFO *newcounters, argument
2508 memcpy(&newcounters->counters[idx], counters,
2520 STRUCT_COUNTERS_INFO *newcounters; local
2562 newcounters
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ebtables/
H A Dcommunication.c286 struct ebt_counter *old, *new, *newcounters; local
297 newcounters = (struct ebt_counter *)
299 if (!newcounters)
301 memset(newcounters, 0, u_repl->nentries * sizeof(struct ebt_counter));
303 new = newcounters;
353 u_repl->counters = newcounters;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ebtables/
H A Dcommunication.c286 struct ebt_counter *old, *new, *newcounters; local
297 newcounters = (struct ebt_counter *)
299 if (!newcounters)
301 memset(newcounters, 0, u_repl->nentries * sizeof(struct ebt_counter));
303 new = newcounters;
353 u_repl->counters = newcounters;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ebtables/
H A Dcommunication.c286 struct ebt_counter *old, *new, *newcounters; local
297 newcounters = (struct ebt_counter *)
299 if (!newcounters)
301 memset(newcounters, 0, u_repl->nentries * sizeof(struct ebt_counter));
303 new = newcounters;
353 u_repl->counters = newcounters;

Completed in 93 milliseconds