Searched refs:GetRRDisplayString_rdb (Results 1 – 5 of 5) sorted by relevance
/external/mdnsresponder/mDNSShared/ |
D | dnsextd.c | 854 GetRRDisplayString_rdb(&ptr->rr.resrec, &ptr->rr.resrec.rdata->u, rrbuf)); in PrintLeaseTable() 899 GetRRDisplayString_rdb(&rr.resrec, &rr.resrec.rdata->u, buf)); in PutUpdateSRV() 1302 VLog("Expiring record %s", GetRRDisplayString_rdb(&rr->resrec, &rr->resrec.rdata->u, buf)); in DeleteOneRecord() 1421 …VLog("Received deletion update for %s", GetRRDisplayString_rdb(&tmp->rr.resrec, &tmp->rr.resrec.rd… in UpdateLeaseTable() 1438 …VLog("Refreshing lease for %s", GetRRDisplayString_rdb(&lcr.r.resrec, &lcr.r.resrec.rdata->u, buf)… in UpdateLeaseTable() 1464 …VLog("Adding update for %s to lease table", GetRRDisplayString_rdb(&lcr.r.resrec, &lcr.r.resrec.rd… in UpdateLeaseTable() 1910 if (verbose) GetRRDisplayString_rdb(&cr->resrec, &cr->resrec.rdata->u, rrbuf); in SendEvents() 1940 …for (rr = a->KnownAnswers; rr; rr = rr->next) Log("\t%s", GetRRDisplayString_rdb(&rr->resrec, &rr-… in PrintLLQAnswers() 2191 if (verbose) GetRRDisplayString_rdb(&ptr->resrec, &ptr->resrec.rdata->u, rrbuf); in LLQCompleteHandshake()
|
/external/mdnsresponder/mDNSCore/ |
D | mDNSEmbeddedAPI.h | 2383 extern char *GetRRDisplayString_rdb(const ResourceRecord *const rr, const RDataBody *const rd1, cha… 2384 #define RRDisplayString(m, rr) GetRRDisplayString_rdb(rr, &(rr)->rdata->u, (m)->MsgBuffer) 2385 #define ARDisplayString(m, rr) GetRRDisplayString_rdb(&(rr)->resrec, &(rr)->resrec.rdata->u, (m)->M… 2386 #define CRDisplayString(m, rr) GetRRDisplayString_rdb(&(rr)->resrec, &(rr)->resrec.rdata->u, (m)->M…
|
D | DNSCommon.c | 174 mDNSexport char *GetRRDisplayString_rdb(const ResourceRecord *const rr, const RDataBody *const rd1,… in GetRRDisplayString_rdb() function
|
D | mDNS.c | 9085 …LogMsg("Attempt to update record with invalid rdata: %s", GetRRDisplayString_rdb(&rr->resrec, &new… in mDNS_Update()
|
/external/mdnsresponder/mDNSPosix/ |
D | NetMonitor.c | 555 GetRRDisplayString_rdb(pktrr, &pktrr->rdata->u, b); in DisplayResourceRecord()
|