Searched defs:rule_nr_end (Results 1 - 1 of 1) sorted by relevance

/external/iptables/iptables/
H A Dxtables-eb.c191 int rule_nr_end,
203 } while (rule_nr < rule_nr_end);
498 static int parse_rule_range(const char *argv, int *rule_nr, int *rule_nr_end) argument
505 *rule_nr_end = -1; /* Until the last rule */
507 *rule_nr_end = strtol(colon + 1, &buffer, 10);
508 if (*buffer != '\0' || *rule_nr_end == 0)
520 *rule_nr_end = *rule_nr;
527 static int parse_change_counters_rule(int argc, char **argv, int *rule_nr, int *rule_nr_end, int exec_style, struct ebtables_command_state *cs) argument
540 if (parse_rule_range(argv[optind], rule_nr, rule_nr_end))
733 int rule_nr_end local
186 delete_entry(struct nft_handle *h, const char *chain, const char *table, struct ebtables_command_state *cs, int rule_nr, int rule_nr_end, bool verbose) argument
[all...]

Completed in 662 milliseconds