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

/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.c3623 mDNSlocal const mDNSu8 *DumpRecords(mDNS *const m, const DNSMessage *const msg, const mDNSu8 *ptr, const mDNSu8 *const end, int count, char *label) function
3636 if (!ptr) LogMsg("DumpRecords: ERROR: Premature end of packet data");
3703 ptr = DumpRecords(m, msg, ptr, end, msg->h.numAnswers, IsUpdate ? "Prerequisites" : "Answers");
3704 ptr = DumpRecords(m, msg, ptr, end, msg->h.numAuthorities, IsUpdate ? "Updates" : "Authorities");
3705 ptr = DumpRecords(m, msg, ptr, end, msg->h.numAdditionals, "Additionals");

Completed in 116 milliseconds