Searched refs:string_to_number (Results 1 – 2 of 2) sorted by relevance
/external/iproute2/include/ |
D | iptables_common.h | 18 extern int string_to_number(const char *,
|
/external/iproute2/tc/ |
D | m_ipt.c | 152 int string_to_number(const char *s, unsigned int min, unsigned int max, in string_to_number() function 333 if (string_to_number(p, 0, 255, &onebyte) == -1) in dotted_to_addr() 341 if (string_to_number(p, 0, 255, &onebyte) == -1) in dotted_to_addr()
|