Searched refs:GetRRDisplayString_rdb (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd.c854 GetRRDisplayString_rdb(&ptr->rr.resrec, &ptr->rr.resrec.rdata->u, rrbuf));
899 GetRRDisplayString_rdb(&rr.resrec, &rr.resrec.rdata->u, buf));
1302 VLog("Expiring record %s", GetRRDisplayString_rdb(&rr->resrec, &rr->resrec.rdata->u, buf));
1421 VLog("Received deletion update for %s", GetRRDisplayString_rdb(&tmp->rr.resrec, &tmp->rr.resrec.rdata->u, buf));
1438 VLog("Refreshing lease for %s", GetRRDisplayString_rdb(&lcr.r.resrec, &lcr.r.resrec.rdata->u, buf));
1464 VLog("Adding update for %s to lease table", GetRRDisplayString_rdb(&lcr.r.resrec, &lcr.r.resrec.rdata->u, buf));
1910 if (verbose) GetRRDisplayString_rdb(&cr->resrec, &cr->resrec.rdata->u, rrbuf);
1940 for (rr = a->KnownAnswers; rr; rr = rr->next) Log("\t%s", GetRRDisplayString_rdb(&rr->resrec, &rr->resrec.rdata->u, rrbuf));
2191 if (verbose) GetRRDisplayString_rdb(&ptr->resrec, &ptr->resrec.rdata->u, rrbuf);
/macosx-10.10/mDNSResponder-561.1.1/mDNSPosix/
H A DNetMonitor.c507 // The kDNSType_OPT case below just calls GetRRDisplayString_rdb
542 // Quick hack: we don't want the prefix that GetRRDisplayString_rdb puts at the start of its
546 GetRRDisplayString_rdb(pktrr, &pktrr->rdata->u, b);
553 GetRRDisplayString_rdb(pktrr, &pktrr->rdata->u, b);
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DmDNSEmbeddedAPI.h2889 extern char *GetRRDisplayString_rdb(const ResourceRecord *const rr, const RDataBody *const rd1, char *const buffer);
2890 #define RRDisplayString(m, rr) GetRRDisplayString_rdb(rr, &(rr)->rdata->u, (m)->MsgBuffer)
2891 #define ARDisplayString(m, rr) GetRRDisplayString_rdb(&(rr)->resrec, &(rr)->resrec.rdata->u, (m)->MsgBuffer)
2892 #define CRDisplayString(m, rr) GetRRDisplayString_rdb(&(rr)->resrec, &(rr)->resrec.rdata->u, (m)->MsgBuffer)
H A DDNSCommon.c366 mDNSexport char *GetRRDisplayString_rdb(const ResourceRecord *const rr, const RDataBody *const rd1, char *const buffer) function
H A DmDNS.c12362 LogMsg("Attempt to update record with invalid rdata: %s", GetRRDisplayString_rdb(&rr->resrec, &newrdata->u, m->MsgBuffer));

Completed in 233 milliseconds