str_to_uint 1604 tools/testing/selftests/net/nettest.c if (str_to_uint(optarg, 1, 65535, &tmp) != 0) { str_to_uint 1611 tools/testing/selftests/net/nettest.c if (str_to_uint(optarg, 0, INT_MAX, str_to_uint 1629 tools/testing/selftests/net/nettest.c if (str_to_uint(optarg, 0, 0xffff, &tmp) != 0) { str_to_uint 1688 tools/testing/selftests/net/nettest.c if (str_to_uint(optarg, 0, INT_MAX, &tmp) == 0) {