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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h2024 // When the callback is invoked, ip, port, TXTlen and TXTinfo will have been filled in with the results learned from the network.
2030 mDNSu8 TXTinfo[2048]; // Additional demultiplexing information (e.g. LPR queue name) member in struct:__anon82
H A DmDNS.c12185 if (answer->rdlength > sizeof(query->info->TXTinfo)) return;
12189 query->info->TXTinfo[0] = 0; // In case answer->rdlength is zero
12190 mDNSPlatformMemCopy(query->info->TXTinfo, answer->rdata->u.txt.c, answer->rdlength);

Completed in 149 milliseconds