str_to_uint
if (str_to_uint(optarg, 0, 255, &tmp) != 0) {
if (str_to_uint(optarg, 1, 65535, &tmp) != 0) {
if (str_to_uint(optarg, 0, INT_MAX,
if (str_to_uint(optarg, 0, 0xffff, &tmp) != 0) {
if (str_to_uint(args->expected_dev, 0, INT_MAX, &tmp) == 0) {
if (str_to_uint(sep, 1, pfx_len_max,