HomeSort by: relevance | last modified time | path
    Searched refs:ActivateUnicastRegistration (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h 3576 extern void ActivateUnicastRegistration(mDNS *const m, AuthRecord *const rr);
uDNS.c 2078 ActivateUnicastRegistration(m, r);
3113 ActivateUnicastRegistration(m, rr);
5250 // When we wake, we call ActivateUnicastRegistration which starts at StartGetZoneData
mDNS.c 1371 mDNSexport void ActivateUnicastRegistration(mDNS *const m, AuthRecord *const rr)
1388 LogMsg("ActivateUnicastRegistration: ERROR!! Resource record %s wrong, expecting SRV type", ARDisplayString(m, srvRR));
1392 LogInfo("ActivateUnicastRegistration: Found Service Record %s in state %d for %##s (%s)",
1401 LogInfo("ActivateUnicastRegistration record %s in regState_NoTarget, not activating", ARDisplayString(m, rr));
1404 // When we wake up from sleep, we call ActivateUnicastRegistration. It is possible that just before we went to sleep,
1411 LogInfo("ActivateUnicastRegistration: Resource record %s, current state %d, moving to DeregPending", ARDisplayString(m, rr), rr->state);
1416 LogInfo("ActivateUnicastRegistration: Resource record %s, current state %d, moving to Pending", ARDisplayString(m, rr), rr->state);
1948 if (rr->state != regState_NoTarget) ActivateUnicastRegistration(m, rr);
8320 ActivateUnicastRegistration(m, rr);

Completed in 37 milliseconds