Searched refs:hexValues (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c12591 static const char hexValues[] = "0123456789ABCDEF"; local
12592 buffer[i * 4 ] = hexValues[set->ip.ip.v6.b[15 - i] & 0x0F];
12594 buffer[i * 4 + 2] = hexValues[set->ip.ip.v6.b[15 - i] >> 4];

Completed in 105 milliseconds