Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/net/
H A Dlinkaddr.c119 static const char hexlist[] = "0123456789abcdef"; variable
156 *out++ = hexlist[i >> 4]; in link_ntoa()
157 *out++ = hexlist[i & 0xf]; in link_ntoa()
162 *out++ = hexlist[i]; in link_ntoa()