Home
last modified time | relevance | path

Searched refs:parse_counters (Results 1 – 4 of 4) sorted by relevance

/external/iptables/iptables/
Diptables-restore.c86 static int parse_counters(char *string, struct xt_counters *ctr) in parse_counters() function
388 if (!ctrs || !parse_counters(ctrs, &count)) in iptables_restore_main()
Dip6tables-restore.c88 static int parse_counters(char *string, struct xt_counters *ctr) in parse_counters() function
389 if (!ctrs || !parse_counters(ctrs, &count)) in ip6tables_restore_main()
Dxtables-restore.c63 static int parse_counters(char *string, struct xt_counters *ctr) in parse_counters() function
319 if (!ctrs || !parse_counters(ctrs, &count)) in xtables_restore_parse()
Diptables-xml.c59 parse_counters(char *string, struct xt_counters *ctr) in parse_counters() function
730 parse_counters(ctrs, &count); in iptables_xml_main()