Searched refs:SendRecordDeregistration (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DuDNS.c1682 mDNSlocal void SendRecordDeregistration(mDNS *m, AuthRecord *rr);
3912 mDNSlocal void SendRecordDeregistration(mDNS *m, AuthRecord *rr) function
3944 LogInfo("SendRecordDeregistration TCP %p %s", rr->tcp, ARDisplayString(m, rr));
3945 if (rr->tcp) LogInfo("SendRecordDeregistration: Disposing existing TCP connection for %s", ARDisplayString(m, rr));
3947 if (!rr->nta) { LogMsg("SendRecordDeregistration:Private:ERROR!! nta is NULL for %s", ARDisplayString(m, rr)); return; }
3953 LogInfo("SendRecordDeregistration UDP %s", ARDisplayString(m, rr));
3954 if (!rr->nta) { LogMsg("SendRecordDeregistration:ERROR!! nta is NULL for %s", ARDisplayString(m, rr)); return; }
3956 if (err) debugf("ERROR: SendRecordDeregistration - mDNSSendDNSMessage - %d", err);
3962 LogMsg("SendRecordDeregistration: Error formatting message for %s", ARDisplayString(m, rr));
4556 else if (rr->state == regState_DeregPending) SendRecordDeregistration(
[all...]

Completed in 426 milliseconds