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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c2013 if (reg && rr->state == regState_NoTarget) { LogMsg("UpdateAllServiceRecords:ERROR!! SRV record %s in noTarget state during registration", ARDisplayString(m, rr)); return; }
2109 rr->state = regState_NoTarget;
2193 // When a resource record enters regState_NoTarget initially, mDNS_Register_internal
2196 // when the target is resolvable. Similarly, when host name changes, we enter regState_NoTarget
2260 mDNSBool TargetChanged = (newtarget->c[0] && rr->state == regState_NoTarget) || !SameDomainName(curtarget, newtarget);
2315 case regState_NoTarget:
3021 rr->state = regState_NoTarget;
3435 rr->state = regState_NoTarget; // Wait for the next target change
3465 rr->state = regState_NoTarget; // NoTarget will allow us to pick up new target OR nat traversal state
3503 // in some cases. For example, when we get out regState_NoTarget stat
[all...]
H A DmDNSEmbeddedAPI.h1434 regState_NoTarget = 8, // SRV Record registration pending registration of hostname enumerator in enum:__anon68
H A DmDNS.c921 rr->state = regState_NoTarget;
1015 if (rr->state == regState_NoTarget)
1017 LogInfo("ActivateUnicastRegistration record %s in regState_NoTarget, not activating", ARDisplayString(m, rr));
1390 // If we have no target record yet, SetTargetToHostName will set rr->state == regState_NoTarget
1392 if (rr->state == regState_NoTarget)
1449 if (rr->state != regState_NoTarget) ActivateUnicastRegistration(m, rr);
12772 if (AuthRecord_uDNS(rr) && rr->state != regState_NoTarget)

Completed in 129 milliseconds