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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c987 mDNSexport void ActivateUnicastRegistration(mDNS *const m, AuthRecord *const rr) function
1004 LogMsg("ActivateUnicastRegistration: ERROR!! Resource record %s wrong, expecting SRV type", ARDisplayString(m, srvRR));
1008 LogInfo("ActivateUnicastRegistration: Found Service Record %s in state %d for %##s (%s)",
1017 LogInfo("ActivateUnicastRegistration record %s in regState_NoTarget, not activating", ARDisplayString(m, rr));
1020 // When we wake up from sleep, we call ActivateUnicastRegistration. It is possible that just before we went to sleep,
1027 LogInfo("ActivateUnicastRegistration: Resource record %s, current state %d, moving to DeregPending", ARDisplayString(m, rr), rr->state);
1032 LogInfo("ActivateUnicastRegistration: Resource record %s, current state %d, moving to Pending", ARDisplayString(m, rr), rr->state);
1449 if (rr->state != regState_NoTarget) ActivateUnicastRegistration(m, rr);
6685 ActivateUnicastRegistration(m, rr);

Completed in 113 milliseconds