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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOS9/
H A DMac OS Test Searcher.c79 if (ls->add) printf("%-15s %5d %#s\n", c_ip, mDNSVal16(s->port), s->TXTinfo);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Ddaemon.c845 int i, pstrlen = query->info->TXTinfo[0];
901 cstring[i-1] = query->info->TXTinfo[i];
905 pstrlen = query->info->TXTinfo[i];
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNSEmbeddedAPI.h2003 // When the callback is invoked, ip, port, TXTlen and TXTinfo will have been filled in with the results learned from the network.
2009 mDNSu8 TXTinfo[2048]; // Additional demultiplexing information (e.g. LPR queue name) member in struct:__anon10954
H A DmDNS.c12084 if (answer->rdlength > sizeof(query->info->TXTinfo)) return;
12088 query->info->TXTinfo[0] = 0; // In case answer->rdlength is zero
12089 mDNSPlatformMemCopy(query->info->TXTinfo, answer->rdata->u.txt.c, answer->rdlength);

Completed in 218 milliseconds