Searched refs:putDeletionRecord (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | DNSCommon.h | 300 extern mDNSu8 *putDeletionRecord(DNSMessage *msg, mDNSu8 *ptr, ResourceRecord *rr);
|
H A D | uDNS.c | 4106 if (!(ptr = putDeletionRecord(&msg, ptr, &rr->resrec))) goto error; // delete old rdata in sendRecordRegistration() 4303 if (!(ptr = putDeletionRecord(&msg, ptr, &srs->RR_TXT.resrec))) goto error; // delete old rdata in SendServiceRegistration() 4475 if (!(ptr = putDeletionRecord(&msg, ptr, &rr->resrec))) goto error; in SendRecordDeregistration() 4608 if (!(ptr = putDeletionRecord(&msg, ptr, &srs->RR_PTR.resrec))) goto error; in SendServiceDeregistration() 4610 if (!(ptr = putDeletionRecord(&msg, ptr, &srs->SubTypes[i].resrec))) goto error; in SendServiceDeregistration() 5147 ptr = putDeletionRecord(&msg, ptr, &rr->resrec); in SleepRecordRegistrations()
|
H A D | DNSCommon.c | 1645 mDNSexport mDNSu8 *putDeletionRecord(DNSMessage *msg, mDNSu8 *ptr, ResourceRecord *rr) in putDeletionRecord() function
|