Searched refs:str_to_uint (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/tools/testing/selftests/net/ |
| D | nettest.c | 583 static int str_to_uint(const char *str, int min, int max, unsigned int *value) in str_to_uint() function 616 if (str_to_uint(args->expected_dev, 0, INT_MAX, &tmp) == 0) { in resolve_devices() 768 if (str_to_uint(sep, 1, pfx_len_max, in convert_addr() 1975 if (str_to_uint(optarg, 1, 65535, &tmp) != 0) { in main() 1982 if (str_to_uint(optarg, 0, INT_MAX, in main() 2002 if (str_to_uint(optarg, 0, 0xffff, &tmp) != 0) { in main()
|