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

/external/mdnsresponder/mDNSCore/
H A DuDNS.c1693 if (reg && rr->state == regState_NoTarget) { LogMsg("UpdateAllServiceRecords:ERROR!! SRV record %s in noTarget state during registration", ARDisplayString(m, rr)); return; }
1789 rr->state = regState_NoTarget;
1873 // When a resource record enters regState_NoTarget initially, mDNS_Register_internal
1876 // when the target is resolvable. Similarly, when host name changes, we enter regState_NoTarget
1940 mDNSBool TargetChanged = (newtarget->c[0] && rr->state == regState_NoTarget) || !SameDomainName(curtarget, newtarget);
1996 case regState_NoTarget:
2686 rr->state = regState_NoTarget;
3100 rr->state = regState_NoTarget; // Wait for the next target change
3130 rr->state = regState_NoTarget; // NoTarget will allow us to pick up new target OR nat traversal state
3169 // in some cases. For example, when we get out regState_NoTarget stat
[all...]
H A DmDNSEmbeddedAPI.h1119 regState_NoTarget = 8, // SRV Record registration pending registration of hostname enumerator in enum:__anon26809
H A DmDNS.c805 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)

Completed in 152 milliseconds