Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:FoundServiceInfo

8873 mDNSlocal void FoundServiceInfo(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord)
8876 //LogInfo("FoundServiceInfo %d %s", AddRecord, RRDisplayString(m, answer));
8891 debugf("FoundServiceInfo: answer %##s type %d (%s) unexpected", answer->name->c, answer->rrtype, DNSTypeName(answer->rrtype));
8898 verbosedebugf("FoundServiceInfo v%ld: %##s GotTXT=%d", query->info->ip.type, query->info->name.c, query->GotTXT);
8980 query->qAv4.QuestionCallback = FoundServiceInfo;
9000 query->qAv6.QuestionCallback = FoundServiceInfo;