Searched defs:CompleteDeregistration (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNS.c1480 // 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) function
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(
[all...]

Completed in 765 milliseconds