Home
last modified time | relevance | path

Searched refs:pfx_len_max (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/tools/testing/selftests/net/
Dnettest.c1434 int pfx_len_max = args->version == AF_INET6 ? 128 : 32; in convert_addr() local
1483 if (str_to_uint(sep, 1, pfx_len_max, in convert_addr()
1489 args->prefix_len = pfx_len_max; in convert_addr()