HomeSort by relevance Sort by last modified time
    Searched refs:xtables_strtoul (Results 1 - 9 of 9) sorted by null

  /external/iptables/extensions/
libebt_limit.c 114 if (!xtables_strtoul(optarg, NULL, &num, 0, 10000))
libebt_ip.c 198 if (!xtables_strtoul(optarg, NULL, (uintmax_t *)&info->tos,
libxt_CT.c 118 if (!xtables_strtoul(opt, NULL, &val, 0, UINT16_MAX))
libxt_set.c 326 if (!xtables_strtoul(opt, NULL, &value, 0, UINT64_MAX))
libxt_hashlimit.c 253 if (!xtables_strtoul(burst, &end, &v, 1, max) ||
  /external/iproute2/include/
xtables.h 447 extern bool xtables_strtoul(const char *, char **, uintmax_t *,
  /external/iptables/include/
xtables.h 480 extern bool xtables_strtoul(const char *, char **, uintmax_t *,
  /external/iptables/libxtables/
xtoptions.c 183 if (!xtables_strtoul(cb->arg, NULL, &value, lmin, lmax))
312 if (!xtables_strtoul(arg, &end, &value, 0, lmax))
    [all...]
xtables.c 454 bool xtables_strtoul(const char *s, char **end, uintmax_t *value, function
490 ret = xtables_strtoul(s, end, &v, min, max);
    [all...]

Completed in 62 milliseconds