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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/
H A Dxtables.h423 extern bool xtables_strtoul(const char *, char **, uintmax_t *,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtables.c438 bool xtables_strtoul(const char *s, char **end, uintmax_t *value, function
474 ret = xtables_strtoul(s, end, &v, min, max);
H A Dxtoptions.c183 if (!xtables_strtoul(cb->arg, NULL, &value, lmin, lmax))
312 if (!xtables_strtoul(arg, &end, &value, 0, lmax))

Completed in 47 milliseconds