Home
last modified time | relevance | path

Searched refs:rrbuf (Results 1 – 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSShared/
Ddnsextd.c838 char rrbuf[MaxMsg], addrbuf[16]; in PrintLeaseTable() local
854 GetRRDisplayString_rdb(&ptr->rr.resrec, &ptr->rr.resrec.rdata->u, rrbuf)); in PrintLeaseTable()
1897 char rrbuf[MaxMsg], addrbuf[32]; in SendEvents() local
1910 if (verbose) GetRRDisplayString_rdb(&cr->resrec, &cr->resrec.rdata->u, rrbuf); in SendEvents()
1911 VLog("%s (%s): %s", addrbuf, (mDNSs32)cr->resrec.rroriginalttl < 0 ? "Remove": "Add", rrbuf); in SendEvents()
1927 char rrbuf[MaxMsg]; in PrintLLQAnswers() local
1940 …; rr; rr = rr->next) Log("\t%s", GetRRDisplayString_rdb(&rr->resrec, &rr->resrec.rdata->u, rrbuf)); in PrintLLQAnswers()
2162 char rrbuf[MaxMsg], addrbuf[32]; in LLQCompleteHandshake() local
2191 if (verbose) GetRRDisplayString_rdb(&ptr->resrec, &ptr->resrec.rdata->u, rrbuf); in LLQCompleteHandshake()
2192 VLog("%s Intitial Answer - %s", addr, rrbuf); in LLQCompleteHandshake()