Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:retryPortMap

461 		n->retryPortMap  = m->timenow;
513 n->retryPortMap = m->timenow + n->retryInterval;
527 n->retryPortMap = m->timenow + NATMAP_MAX_RETRY_INTERVAL;
528 // No need to set m->NextScheduledNATOp here, since we're only ever extending the m->retryPortMap time
585 traversal->retryPortMap = m->timenow;
4440 if (m->timenow - cur->retryPortMap >= 0) // Time to do something with this mapping
4458 cur->retryPortMap = m->timenow + cur->retryInterval;
4462 if (m->NextScheduledNATOp - cur->retryPortMap > 0)
4463 m->NextScheduledNATOp = cur->retryPortMap;