/external/iptables/extensions/ |
D | libxt_owner.c | 148 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1)) in owner_mt_parse_v0() 158 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1)) in owner_mt_parse_v0() 195 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1)) in owner_mt6_parse_v0() 205 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1)) in owner_mt6_parse_v0() 231 if (!xtables_strtoui(s, &end, from, 0, UINT32_MAX - 1)) in owner_parse_range() 235 if (!xtables_strtoui(end + 1, &end, to, 0, UINT32_MAX - 1)) in owner_parse_range()
|
D | libipt_MASQUERADE.c | 49 if (!xtables_strtoui(arg, &end, &port, 0, UINT16_MAX)) in parse_ports() 59 if (!xtables_strtoui(end + 1, NULL, &maxport, 0, UINT16_MAX)) in parse_ports()
|
D | libipt_REDIRECT.c | 48 if (!xtables_strtoui(arg, &end, &port, 0, UINT16_MAX) && in parse_ports() 59 if (!xtables_strtoui(end + 1, NULL, &maxport, 0, UINT16_MAX) && in parse_ports()
|
D | libip6t_icmp6.c | 129 if (!xtables_strtoui(buffer, NULL, &number, 0, UINT8_MAX)) in parse_icmpv6() 134 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX)) in parse_icmpv6()
|
D | libipt_icmp.c | 153 if (!xtables_strtoui(buffer, NULL, &number, 0, UINT8_MAX)) in parse_icmp() 158 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX)) in parse_icmp()
|
D | libxt_TCPOPTSTRIP.c | 75 !xtables_strtoui(arg, NULL, &option, 0, UINT8_MAX)) in parse_list()
|
D | libxt_rateest.c | 191 if (!xtables_strtoui(argv[optind], NULL, &val, 0, UINT32_MAX)) in rateest_parse() 240 if (!xtables_strtoui(argv[optind], NULL, &val, 0, UINT32_MAX)) in rateest_parse()
|
D | libip6t_mh.c | 98 if (!xtables_strtoui(name, NULL, &number, 0, UINT8_MAX)) in name_to_type()
|
D | libxt_tcp.c | 122 if (!xtables_strtoui(option, NULL, &ret, 1, UINT8_MAX)) in parse_tcp_option()
|
D | libxt_SET.c | 327 if (!xtables_strtoui(optarg, NULL, &timeout, 0, UINT32_MAX - 1)) in set_target_parse_v2()
|
/external/iptables/iptables/ |
D | xtoptions.c | 379 xtables_strtoui(str, &end, &value, 0, max); in tos_parse_numeric() 386 if (!xtables_strtoui(p, &end, &value, 0, max)) in tos_parse_numeric() 407 if (xtables_strtoui(cb->arg, &tmp, NULL, 0, UINT8_MAX)) { in xtopt_parse_tosmask() 434 if (!xtables_strtoui(cb->arg, &end, &mark, 0, UINT32_MAX)) in xtopt_parse_markmask() 440 !xtables_strtoui(end + 1, &end, &mask, 0, UINT32_MAX)) in xtopt_parse_markmask() 478 if (!xtables_strtoui(cb->arg, NULL, &num, 0, 7)) { in xtopt_parse_sysloglevel() 680 if (!xtables_strtoui(cb->arg, NULL, &prefix_len, 0, cb->val.hlen)) in xtopt_parse_plen()
|
D | xtables.c | 460 bool xtables_strtoui(const char *s, char **end, unsigned int *value, in xtables_strtoui() function 486 if (xtables_strtoui(port, NULL, &portnum, 0, UINT16_MAX) || in xtables_parse_port() 1167 if (!xtables_strtoui(p, NULL, &onebyte, 0, UINT8_MAX)) in __numeric_to_ipaddr() 1178 if (!xtables_strtoui(p, NULL, &onebyte, 0, UINT8_MAX)) in __numeric_to_ipaddr() 1186 if (!xtables_strtoui(p, NULL, &onebyte, 0, UINT8_MAX)) in __numeric_to_ipaddr() 1274 if (!xtables_strtoui(mask, NULL, &bits, 0, 32)) in parse_ipmask() 1586 if (!xtables_strtoui(mask, NULL, &bits, 0, 128)) in parse_ip6mask() 1809 if (xtables_strtoui(s, NULL, &proto, 0, UINT8_MAX)) in xtables_parse_protocol()
|
D | xshared.c | 64 if (xtables_strtoui(pname, NULL, &proto, 0, UINT8_MAX)) { in find_proto()
|
D | iptables.c | 401 if (!xtables_strtoui(rule, NULL, &rulenum, 1, INT_MAX)) in parse_rulenumber()
|
D | ip6tables.c | 396 if (!xtables_strtoui(rule, NULL, &rulenum, 1, INT_MAX)) in parse_rulenumber()
|
/external/iptables/include/ |
D | xtables.h | 413 extern bool xtables_strtoui(const char *, char **, unsigned int *,
|
D | xtables.h.in | 413 extern bool xtables_strtoui(const char *, char **, unsigned int *,
|