Searched defs:xtables_strtoui (Results 1 - 1 of 1) sorted by relevance

/external/iptables/libxtables/
H A Dxtables.c469 bool xtables_strtoui(const char *s, char **end, unsigned int *value, function
495 if (xtables_strtoui(port, NULL, &portnum, 0, UINT16_MAX) ||
1279 if (!xtables_strtoui(p, NULL, &onebyte, 0, UINT8_MAX))
1290 if (!xtables_strtoui(p, NULL, &onebyte, 0, UINT8_MAX))
1298 if (!xtables_strtoui(p, NULL, &onebyte, 0, UINT8_MAX))
1386 if (!xtables_strtoui(mask, NULL, &bits, 0, 32))
1701 if (!xtables_strtoui(mask, NULL, &bits, 0, 128))
1894 if (xtables_strtoui(s, NULL, &proto, 0, UINT8_MAX))

Completed in 136 milliseconds