Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:CompleteDeregistration

1480 			// Either uDNS_DeregisterRecord will have completed synchronously, and called CompleteDeregistration,
1519 // CompleteDeregistration() sets the appropriate state variables to gaurantee that "else"
1748 // CompleteDeregistration guarantees that on exit the record will have been cut from the m->ResourceRecords list
1750 mDNSexport void CompleteDeregistration(mDNS *const m, AuthRecord *rr)
1752 LogInfo("CompleteDeregistration: called for Resource record %s", ARDisplayString(m, rr));
1777 CompleteDeregistration(m, rr); // Don't touch rr after this
2465 // For Unicast, when we get the response from the server, we will call CompleteDeregistration
2466 if (!AuthRecord_uDNS(rr)) CompleteDeregistration(m, rr); // Don't touch rr after this
4246 // SendResponses normally calls CompleteDeregistration after sending goodbyes.
4248 if (RRLocalOnly(rr)) CompleteDeregistration(m, rr);