Home
last modified time | relevance | path

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

/external/iptables/extensions/
Dlibebt_limit.c114 if (!xtables_strtoul(optarg, NULL, &num, 0, 10000)) in brlimit_parse()
Dlibebt_ip.c198 if (!xtables_strtoul(optarg, NULL, (uintmax_t *)&info->tos, in brip_parse()
Dlibxt_CT.c118 if (!xtables_strtoul(opt, NULL, &val, 0, UINT16_MAX)) in ct_parse_zone_id()
Dlibxt_set.c326 if (!xtables_strtoul(opt, NULL, &value, 0, UINT64_MAX)) in parse_counter()
Dlibxt_hashlimit.c253 if (!xtables_strtoul(burst, &end, &v, 1, max) || in parse_burst()
/external/iproute2/include/
Dxtables.h447 extern bool xtables_strtoul(const char *, char **, uintmax_t *,
/external/iptables/include/
Dxtables.h480 extern bool xtables_strtoul(const char *, char **, uintmax_t *,
/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.c454 bool xtables_strtoul(const char *s, char **end, uintmax_t *value, in xtables_strtoul() function
490 ret = xtables_strtoul(s, end, &v, min, max); in xtables_strtoui()