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

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1591 // When the callback is invoked, ip, port, TXTlen and TXTinfo will have been filled in with the results learned from the network.
1597 mDNSu8 TXTinfo[2048]; // Additional demultiplexing information (e.g. LPR queue name) member in struct:__anon26820
H A DmDNS.c8853 if (answer->rdlength > sizeof(query->info->TXTinfo)) return;
8857 query->info->TXTinfo[0] = 0; // In case answer->rdlength is zero
8858 mDNSPlatformMemCopy(query->info->TXTinfo, answer->rdata->u.txt.c, answer->rdlength);

Completed in 209 milliseconds