Searched refs:string_to_number (Results 26 - 32 of 32) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_LOG.c78 if (string_to_number(level, 0, 7, &lev) == -1) {
H A Dlibip6t_tcp.c126 if (string_to_number(option, 1, 255, &ret) == -1)
H A Dlibipt_dccp.c123 if (string_to_number(optstring, 1, 255, &ret) == -1)
H A Dlibipt_tcp.c126 if (string_to_number(option, 1, 255, &ret) == -1)
H A Dlibipt_conntrack.c147 if (string_to_number(s, 0, 0, &len) == -1)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/
H A Diptables.c264 if ((string_to_number(port, 0, 65535, &portnum)) != -1 ||
297 if (string_to_number(p, 0, 255, &onebyte) == -1)
310 if (string_to_number(p, 0, 255, &onebyte) == -1)
318 if (string_to_number(p, 0, 255, &onebyte) == -1)
677 if (string_to_number(mask, 0, 32, &bits) == -1)
807 if (string_to_number(pname, 0, 255, &proto) != -1) {
823 if (string_to_number(s, 0, 255, &proto) == -1) {
898 if (string_to_number(rule, 1, INT_MAX, &rulenum) == -1)
1019 int string_to_number(const char *s, unsigned int min, unsigned int max, function
H A Dip6tables.c265 if ((string_to_number(port, 0, 65535, &portnum)) != -1 ||
683 if (string_to_number(mask, 0, 128, &bits) == -1)
830 if (string_to_number(pname, 0, 255, &proto) != -1) {
846 if (string_to_number(s, 0, 255, &proto) == -1) {
930 if (string_to_number(rule, 1, INT_MAX, &rulenum) == -1)
991 int string_to_number(const char *s, unsigned int min, unsigned int max, function

Completed in 177 milliseconds

12