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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DuDNS.c1986 if (reg && rr->state == regState_NoTarget) { LogMsg("UpdateAllServiceRecords:ERROR!! SRV record %s in noTarget state during registration", ARDisplayString(m, rr)); return; }
2082 rr->state = regState_NoTarget;
2166 // When a resource record enters regState_NoTarget initially, mDNS_Register_internal
2169 // when the target is resolvable. Similarly, when host name changes, we enter regState_NoTarget
2233 mDNSBool TargetChanged = (newtarget->c[0] && rr->state == regState_NoTarget) || !SameDomainName(curtarget, newtarget);
2288 case regState_NoTarget:
2986 rr->state = regState_NoTarget;
3400 rr->state = regState_NoTarget; // Wait for the next target change
3430 rr->state = regState_NoTarget; // NoTarget will allow us to pick up new target OR nat traversal state
3468 // in some cases. For example, when we get out regState_NoTarget stat
[all...]
H A DmDNS.c911 rr->state = regState_NoTarget;
1005 if (rr->state == regState_NoTarget)
1007 LogInfo("ActivateUnicastRegistration record %s in regState_NoTarget, not activating", ARDisplayString(m, rr));
1358 // If we have no target record yet, SetTargetToHostName will set rr->state == regState_NoTarget
1360 if (rr->state == regState_NoTarget)
1416 if (rr->state != regState_NoTarget) ActivateUnicastRegistration(m, rr);
12672 if (AuthRecord_uDNS(rr) && rr->state != regState_NoTarget)
H A DmDNSEmbeddedAPI.h1429 regState_NoTarget = 8, // SRV Record registration pending registration of hostname enumerator in enum:__anon10941
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c4470 // Make sure we trigger the registration of all SRV records in regState_NoTarget again
7484 if (rr->resrec.rrtype == kDNSType_SRV && rr->state != regState_NoTarget && rr->zone

Completed in 327 milliseconds