Searched refs:str_to_uint (Results 1 – 1 of 1) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/net/ |
D | nettest.c | 485 static int str_to_uint(const char *str, int min, int max, unsigned int *value) in str_to_uint() function 1604 if (str_to_uint(optarg, 1, 65535, &tmp) != 0) { in main() 1611 if (str_to_uint(optarg, 0, INT_MAX, in main() 1629 if (str_to_uint(optarg, 0, 0xffff, &tmp) != 0) { in main() 1688 if (str_to_uint(optarg, 0, INT_MAX, &tmp) == 0) { in main()
|