Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:hexValues

9202 			static const char hexValues[] = "0123456789ABCDEF";
9203 buffer[i * 4 ] = hexValues[set->ip.ip.v6.b[15 - i] & 0x0F];
9205 buffer[i * 4 + 2] = hexValues[set->ip.ip.v6.b[15 - i] >> 4];