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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/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 117 milliseconds