Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSPosix/
DIdentify.c325 static const char hexValues[] = "0123456789ABCDEF"; in main() local
326 buffer[i * 4 ] = hexValues[p[15-i] & 0x0F]; in main()
328 buffer[i * 4 + 2] = hexValues[p[15-i] >> 4]; in main()
/external/mdnsresponder/mDNSCore/
DmDNS.c9202 static const char hexValues[] = "0123456789ABCDEF"; in AdvertiseInterface() local
9203 buffer[i * 4 ] = hexValues[set->ip.ip.v6.b[15 - i] & 0x0F]; in AdvertiseInterface()
9205 buffer[i * 4 + 2] = hexValues[set->ip.ip.v6.b[15 - i] >> 4]; in AdvertiseInterface()