Home
last modified time | relevance | path

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

/f-stack/tools/compat/
H A Dlinkaddr.c121 static const char hexlist[] = "0123456789abcdef"; variable
146 out[1] = hexlist[i & 0xf]; in link_ntoa()
148 out[0] = hexlist[i]; in link_ntoa()
151 *out++ = hexlist[i]; in link_ntoa()