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

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
uDNS.c 2038 if (reg && rr->state == regState_NoTarget) { LogMsg("UpdateAllServiceRecords:ERROR!! SRV record %s in noTarget state during registration", ARDisplayString(m, rr)); return; }
2134 rr->state = regState_NoTarget;
2218 // When a resource record enters regState_NoTarget initially, mDNS_Register_internal
2221 // when the target is resolvable. Similarly, when host name changes, we enter regState_NoTarget
2285 mDNSBool TargetChanged = (newtarget->c[0] && rr->state == regState_NoTarget) || !SameDomainName(curtarget, newtarget);
2341 case regState_NoTarget:
3038 rr->state = regState_NoTarget;
3449 rr->state = regState_NoTarget; // Wait for the next target change
3479 rr->state = regState_NoTarget; // NoTarget will allow us to pick up new target OR nat traversal state
3514 // in some cases. For example, when we get out regState_NoTarget state e.g., move ou
    [all...]
mDNSEmbeddedAPI.h 1384 regState_NoTarget = 8, // SRV Record registration pending registration of hostname
mDNS.c 1278 rr->state = regState_NoTarget;
1399 if (rr->state == regState_NoTarget)
1401 LogInfo("ActivateUnicastRegistration record %s in regState_NoTarget, not activating", ARDisplayString(m, rr));
1883 // If we have no target record yet, SetTargetToHostName will set rr->state == regState_NoTarget
1885 if (rr->state == regState_NoTarget)
1948 if (rr->state != regState_NoTarget) ActivateUnicastRegistration(m, rr);
16604 if (AuthRecord_uDNS(rr) && rr->state != regState_NoTarget)

Completed in 67 milliseconds