Searched refs:str_to_uint (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/tools/testing/selftests/net/ |
D | nettest.c | 556 static int str_to_uint(const char *str, int min, int max, unsigned int *value) in str_to_uint() function 589 if (str_to_uint(args->expected_dev, 0, INT_MAX, &tmp) == 0) { in resolve_devices() 741 if (str_to_uint(sep, 1, pfx_len_max, in convert_addr() 1938 if (str_to_uint(optarg, 1, 65535, &tmp) != 0) { in main() 1945 if (str_to_uint(optarg, 0, INT_MAX, in main() 1965 if (str_to_uint(optarg, 0, 0xffff, &tmp) != 0) { in main()
|