Home
last modified time | relevance | path

Searched refs:xtables_strtoul (Results 1 – 5 of 5) sorted by relevance

/external/iptables/include/
Dxtables.h444 extern bool xtables_strtoul(const char *, char **, uintmax_t *,
/external/iptables/extensions/
Dlibxt_set.c326 if (!xtables_strtoul(opt, NULL, &value, 0, UINT64_MAX)) in parse_counter()
Dlibxt_hashlimit.c188 if (!xtables_strtoul(burst, &end, &v, 1, UINT32_MAX) || in parse_burst()
/external/iptables/libxtables/
Dxtoptions.c183 if (!xtables_strtoul(cb->arg, NULL, &value, lmin, lmax)) in xtopt_parse_int()
312 if (!xtables_strtoul(arg, &end, &value, 0, lmax)) in xtopt_parse_mint()
Dxtables.c439 bool xtables_strtoul(const char *s, char **end, uintmax_t *value, in xtables_strtoul() function
475 ret = xtables_strtoul(s, end, &v, min, max); in xtables_strtoui()