Home
last modified time | relevance | path

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

/netbsd/src/external/apache2/mDNSResponder/dist/mDNSCore/
DDNSCommon.h454 extern mDNSu8 *putDeletionRecordWithLimit(DNSMessage *msg, mDNSu8 *ptr, ResourceRecord *rr, mDNSu8 …
DuDNS.c2921 ptr = putDeletionRecordWithLimit(&m->omsg, ptr, &rr->resrec, limit); in BuildUpdateMessage()
2946 …if (!(ptr = putDeletionRecordWithLimit(&m->omsg, ptr, &rr->resrec, limit))) goto exit; // delete o… in BuildUpdateMessage()
DDNSCommon.c3141 mDNSexport mDNSu8 *putDeletionRecordWithLimit(DNSMessage *msg, mDNSu8 *ptr, ResourceRecord *rr, mDN… in putDeletionRecordWithLimit() function