Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:regState_NoTarget

805 		rr->state = regState_NoTarget;
898 if (rr->state == regState_NoTarget)
900 LogInfo("ActivateUnicastRegistration record %s in regState_NoTarget, not activating", ARDisplayString(m, rr));
1202 // If we have no target record yet, SetTargetToHostName will set rr->state == regState_NoTarget
1204 if (rr->state == regState_NoTarget)
1259 if (rr->state != regState_NoTarget) ActivateUnicastRegistration(m, rr);
9357 if (AuthRecord_uDNS(rr) && rr->state != regState_NoTarget)