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

  /external/iptables/
ip6tables-restore.c 77 static int parse_counters(char *string, struct ip6t_counters *ctr) function
269 if (!ctrs || !parse_counters(ctrs, &count))
iptables-restore.c 74 static int parse_counters(char *string, struct ipt_counters *ctr) function
272 if (!ctrs || !parse_counters(ctrs, &count))
iptables-xml.c 71 parse_counters(char *string, struct ipt_counters *ctr) function
718 parse_counters(ctrs, &count);

Completed in 33 milliseconds