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

  /external/iptables/extensions/
libip6t_MASQUERADE.c 48 if (!xtables_strtoui(arg, &end, &port, 0, UINT16_MAX))
58 if (!xtables_strtoui(end + 1, NULL, &maxport, 0, UINT16_MAX))
libip6t_REDIRECT.c 47 if (!xtables_strtoui(arg, &end, &port, 0, UINT16_MAX) &&
58 if (!xtables_strtoui(end + 1, NULL, &maxport, 0, UINT16_MAX) &&
libipt_MASQUERADE.c 49 if (!xtables_strtoui(arg, &end, &port, 0, UINT16_MAX))
59 if (!xtables_strtoui(end + 1, NULL, &maxport, 0, UINT16_MAX))
libipt_REDIRECT.c 48 if (!xtables_strtoui(arg, &end, &port, 0, UINT16_MAX) &&
59 if (!xtables_strtoui(end + 1, NULL, &maxport, 0, UINT16_MAX) &&
libxt_devgroup.c 51 ok = xtables_strtoui(arg, &end, group, 0, UINT32_MAX);
54 ok = xtables_strtoui(end + 1, NULL, mask,
libxt_owner.c 149 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1))
159 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1))
196 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1))
206 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1))
232 if (!xtables_strtoui(s, &end, from, 0, UINT32_MAX - 1))
236 if (!xtables_strtoui(end + 1, &end, to, 0, UINT32_MAX - 1))
libxt_LED.c 62 else if (!xtables_strtoui(cb->arg, NULL, &led->delay, 0, UINT32_MAX))
libxt_TCPOPTSTRIP.c 75 !xtables_strtoui(arg, NULL, &option, 0, UINT8_MAX))
libip6t_icmp6.c 129 if (!xtables_strtoui(buffer, NULL, &number, 0, UINT8_MAX))
134 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX))
libipt_icmp.c 153 if (!xtables_strtoui(buffer, NULL, &number, 0, UINT8_MAX))
158 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX))
libip6t_mh.c 98 if (!xtables_strtoui(name, NULL, &number, 0, UINT8_MAX))
libxt_rateest.c 186 if (!xtables_strtoui(argv[optind], NULL, &val, 0, UINT32_MAX))
233 if (!xtables_strtoui(argv[optind], NULL, &val, 0, UINT32_MAX))
libxt_u32.c 94 if (!xtables_strtoui(*s, &end, &number, 0, UINT32_MAX) ||
libxt_SET.c 311 if (!xtables_strtoui(optarg, NULL, &timeout, 0, UINT32_MAX - 1))
libxt_tcp.c 122 if (!xtables_strtoui(option, NULL, &ret, 1, UINT8_MAX))
  /external/iptables/libxtables/
xtoptions.c 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)) {
    [all...]
xtables.c 469 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))
    [all...]
  /external/iptables/iptables/
xshared.c 70 if (xtables_strtoui(pname, NULL, &proto, 0, UINT8_MAX)) {
ip6tables.c 383 if (!xtables_strtoui(rule, NULL, &rulenum, 1, INT_MAX))
    [all...]
iptables.c 369 if (!xtables_strtoui(rule, NULL, &rulenum, 1, INT_MAX))
    [all...]
  /external/iptables/include/
xtables.h 446 extern bool xtables_strtoui(const char *, char **, unsigned int *,

Completed in 136 milliseconds