Searched refs:str_to_uint (Results 1 – 1 of 1) sorted by relevance
/tools/testing/selftests/net/ |
D | nettest.c | 505 static int str_to_uint(const char *str, int min, int max, unsigned int *value) in str_to_uint() function 1483 if (str_to_uint(sep, 1, pfx_len_max, in convert_addr() 1651 if (str_to_uint(optarg, 1, 65535, &tmp) != 0) { in main() 1658 if (str_to_uint(optarg, 0, INT_MAX, in main() 1678 if (str_to_uint(optarg, 0, 0xffff, &tmp) != 0) { in main() 1741 if (str_to_uint(optarg, 0, INT_MAX, &tmp) == 0) { in main()
|