HomeSort by relevance Sort by last modified time
    Searched refs:parse_counters (Results 1 - 3 of 3) sorted by null

  /external/iptables/iptables/
ip6tables-restore.c 80 static int parse_counters(char *string, struct xt_counters *ctr) function
362 if (!ctrs || !parse_counters(ctrs, &count))
iptables-restore.c 79 static int parse_counters(char *string, struct xt_counters *ctr) function
362 if (!ctrs || !parse_counters(ctrs, &count))
iptables-xml.c 59 parse_counters(char *string, struct xt_counters *ctr) function
728 parse_counters(ctrs, &count);

Completed in 83 milliseconds