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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c1703 // Either uDNS_DeregisterRecord will have completed synchronously, and called CompleteDeregistration,
1742 // CompleteDeregistration() sets the appropriate state variables to gaurantee that "else"
2029 // CompleteDeregistration guarantees that on exit the record will have been cut from the m->ResourceRecords list
2031 mDNSexport void CompleteDeregistration(mDNS *const m, AuthRecord *rr) function
2033 LogInfo("CompleteDeregistration: called for Resource record %s", ARDisplayString(m, rr));
2058 CompleteDeregistration(m, rr); // Don't touch rr after this
2882 // For Unicast, when we get the response from the server, we will call CompleteDeregistration
2883 if (!AuthRecord_uDNS(rr)) CompleteDeregistration(m, rr); // Don't touch rr after this
5019 // SendResponses normally calls CompleteDeregistration after sending goodbyes.
5021 if (RRLocalOnly(rr)) CompleteDeregistration(
[all...]

Completed in 240 milliseconds