/external/iptables/extensions/ |
D | libebt_nflog.c | 83 if (!xtables_strtoui(optarg, NULL, &i, 1, UINT32_MAX)) in brnflog_parse() 90 if (!xtables_strtoui(optarg, NULL, &i, 1, UINT32_MAX)) in brnflog_parse() 97 if (!xtables_strtoui(optarg, NULL, &i, 1, UINT32_MAX)) in brnflog_parse()
|
D | libxt_owner.c | 149 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1)) in owner_mt_parse_v0() 159 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1)) in owner_mt_parse_v0() 196 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1)) in owner_mt6_parse_v0() 206 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1)) in owner_mt6_parse_v0() 232 if (!xtables_strtoui(s, &end, from, 0, UINT32_MAX - 1)) in owner_parse_range() 236 if (!xtables_strtoui(end + 1, &end, to, 0, UINT32_MAX - 1)) in owner_parse_range()
|
D | libip6t_MASQUERADE.c | 48 if (!xtables_strtoui(arg, &end, &port, 0, UINT16_MAX)) in parse_ports() 58 if (!xtables_strtoui(end + 1, NULL, &maxport, 0, UINT16_MAX)) in parse_ports()
|
D | libip6t_REDIRECT.c | 47 if (!xtables_strtoui(arg, &end, &port, 0, UINT16_MAX) && in parse_ports() 58 if (!xtables_strtoui(end + 1, NULL, &maxport, 0, UINT16_MAX) && in parse_ports()
|
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 | libxt_devgroup.c | 51 ok = xtables_strtoui(arg, &end, group, 0, UINT32_MAX); in devgroup_parse_groupspec() 54 ok = xtables_strtoui(end + 1, NULL, mask, in devgroup_parse_groupspec()
|
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 | libip6t_icmp6.c | 133 if (!xtables_strtoui(buffer, NULL, &number, 0, UINT8_MAX)) in parse_icmpv6() 138 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX)) in parse_icmpv6()
|
D | libxt_rateest.c | 186 if (!xtables_strtoui(argv[optind], NULL, &val, 0, UINT32_MAX)) in rateest_parse() 233 if (!xtables_strtoui(argv[optind], NULL, &val, 0, UINT32_MAX)) in rateest_parse()
|
D | libxt_LED.c | 62 else if (!xtables_strtoui(cb->arg, NULL, &led->delay, 0, UINT32_MAX)) in LED_parse()
|
D | libxt_TCPOPTSTRIP.c | 90 !xtables_strtoui(arg, NULL, &option, 0, UINT8_MAX)) in parse_list()
|
D | libxt_SET.c | 315 if (!xtables_strtoui(optarg, NULL, &timeout, 0, UINT32_MAX - 1)) in set_target_parse_v2() 449 if (!xtables_strtoui(optarg, NULL, &timeout, 0, UINT32_MAX - 1)) in set_target_parse_v3()
|
D | libip6t_mh.c | 98 if (!xtables_strtoui(name, NULL, &number, 0, UINT8_MAX)) in name_to_type()
|
D | libxt_u32.c | 94 if (!xtables_strtoui(*s, &end, &number, 0, UINT32_MAX) || in parse_number()
|
D | libxt_tcp.c | 122 if (!xtables_strtoui(option, NULL, &ret, 1, UINT8_MAX)) in parse_tcp_option()
|
/external/iptables/libxtables/ |
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() 707 if (!xtables_strtoui(cb->arg, NULL, &prefix_len, 0, cb->val.hlen)) { in xtopt_parse_plen()
|
D | xtables.c | 484 bool xtables_strtoui(const char *s, char **end, unsigned int *value, in xtables_strtoui() function 510 if (xtables_strtoui(port, NULL, &portnum, 0, UINT16_MAX) || in xtables_parse_port() 1310 if (!xtables_strtoui(p, NULL, &onebyte, 0, UINT8_MAX)) in __numeric_to_ipaddr() 1321 if (!xtables_strtoui(p, NULL, &onebyte, 0, UINT8_MAX)) in __numeric_to_ipaddr() 1329 if (!xtables_strtoui(p, NULL, &onebyte, 0, UINT8_MAX)) in __numeric_to_ipaddr() 1424 if (!xtables_strtoui(mask, NULL, &bits, 0, 32)) in parse_ipmask() 1723 if (!xtables_strtoui(mask, NULL, &bits, 0, 128)) in parse_ip6mask() 1917 if (xtables_strtoui(s, NULL, &proto, 0, UINT8_MAX)) in xtables_parse_protocol()
|
/external/iproute2/include/ |
D | xtables.h | 449 extern bool xtables_strtoui(const char *, char **, unsigned int *,
|
/external/iptables/iptables/ |
D | xshared.c | 73 if (xtables_strtoui(pname, NULL, &proto, 0, UINT8_MAX)) { in find_proto()
|
D | xtables-eb.c | 139 if (!xtables_strtoui(rule, NULL, &rule_nr, 1, INT_MAX)) in parse_rule_number()
|
D | xtables-arp.c | 753 if (!xtables_strtoui(rule, NULL, &rulenum, 1, INT_MAX)) in parse_rulenumber()
|
D | xtables.c | 359 if (!xtables_strtoui(rule, NULL, &rulenum, 1, INT_MAX)) in parse_rulenumber()
|
D | ip6tables.c | 390 if (!xtables_strtoui(rule, NULL, &rulenum, 1, INT_MAX)) in parse_rulenumber()
|
/external/iptables/include/ |
D | xtables.h | 482 extern bool xtables_strtoui(const char *, char **, unsigned int *,
|