Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:ActivateUnicastRegistration

870 mDNSexport void ActivateUnicastRegistration(mDNS *const m, AuthRecord *const rr)
887 LogMsg("ActivateUnicastRegistration: ERROR!! Resource record %s wrong, expecting SRV type", ARDisplayString(m, srvRR));
891 LogInfo("ActivateUnicastRegistration: Found Service Record %s in state %d for %##s (%s)",
900 LogInfo("ActivateUnicastRegistration record %s in regState_NoTarget, not activating", ARDisplayString(m, rr));
903 // When we wake up from sleep, we call ActivateUnicastRegistration. It is possible that just before we went to sleep,
910 LogInfo("ActivateUnicastRegistration: Resource record %s, current state %d, moving to DeregPending", ARDisplayString(m, rr), rr->state);
915 LogInfo("ActivateUnicastRegistration: Resource record %s, current state %d, moving to Pending", ARDisplayString(m, rr), rr->state);
1259 if (rr->state != regState_NoTarget) ActivateUnicastRegistration(m, rr);
5230 ActivateUnicastRegistration(m, rr);