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

/external/iptables/libxtables/
H A Dxtables.c439 bool xtables_strtoul(const char *s, char **end, uintmax_t *value, function
475 ret = xtables_strtoul(s, end, &v, min, max);

Completed in 361 milliseconds