HomeSort by relevance Sort by last modified time
    Searched defs:string_to_number (Results 1 - 3 of 3) sorted by null

  /external/iproute2/tc/
m_ipt.c 152 int string_to_number(const char *s, unsigned int min, unsigned int max, function
330 if (string_to_number(p, 0, 255, &onebyte) == -1)
338 if (string_to_number(p, 0, 255, &onebyte) == -1)
  /external/iptables/
ip6tables.c 267 if ((string_to_number(port, 0, 65535, &portnum)) != -1 ||
685 if (string_to_number(mask, 0, 128, &bits) == -1)
832 if (string_to_number(pname, 0, 255, &proto) != -1) {
848 if (string_to_number(s, 0, 255, &proto) == -1) {
934 if (string_to_number(rule, 1, INT_MAX, &rulenum) == -1)
995 int string_to_number(const char *s, unsigned int min, unsigned int max, function
    [all...]
iptables.c 272 if ((string_to_number(port, 0, 65535, &portnum)) != -1 ||
305 if (string_to_number(p, 0, 255, &onebyte) == -1)
318 if (string_to_number(p, 0, 255, &onebyte) == -1)
326 if (string_to_number(p, 0, 255, &onebyte) == -1)
685 if (string_to_number(mask, 0, 32, &bits) == -1)
815 if (string_to_number(pname, 0, 255, &proto) != -1) {
831 if (string_to_number(s, 0, 255, &proto) == -1) {
906 if (string_to_number(rule, 1, INT_MAX, &rulenum) == -1)
1027 int string_to_number(const char *s, unsigned int min, unsigned int max, function
    [all...]

Completed in 449 milliseconds