Home
last modified time | relevance | path

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

/external/iperf3/src/
Diperf_util.c118 static const unsigned char rndchars[] = "abcdefghijklmnopqrstuvwxyz234567"; in make_cookie() local
122 out[pos] = rndchars[out[pos] % (sizeof(rndchars) - 1)]; in make_cookie()