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

  /external/iproute2/include/
iptables_common.h 18 extern int string_to_number(const char *,
  /external/iptables/extensions/
libxt_u32.c 88 /* string_to_number() is not quite what we need here ... */
182 /* now a number; string_to_number skips white space? */
  /external/iproute2/tc/
m_ipt.c 152 int string_to_number(const char *s, unsigned int min, unsigned int max, function
333 if (string_to_number(p, 0, 255, &onebyte) == -1)
341 if (string_to_number(p, 0, 255, &onebyte) == -1)

Completed in 380 milliseconds