Home | History | Annotate | Download | only in libxtables

Lines Matching refs:xtables_strtoui

379 	xtables_strtoui(str, &end, &value, 0, max);
386 if (!xtables_strtoui(p, &end, &value, 0, max))
407 if (xtables_strtoui(cb->arg, &tmp, NULL, 0, UINT8_MAX)) {
434 if (!xtables_strtoui(cb->arg, &end, &mark, 0, UINT32_MAX))
440 !xtables_strtoui(end + 1, &end, &mask, 0, UINT32_MAX))
478 if (!xtables_strtoui(cb->arg, NULL, &num, 0, 7)) {
707 if (!xtables_strtoui(cb->arg, NULL, &prefix_len, 0, cb->val.hlen)) {