Searched refs:retryPortMap (Results 1 – 4 of 4) sorted by relevance
659 n->retryPortMap = when; in RecreateNATMappings()736 n->retryPortMap = m->timenow; in natTraversalHandleAddressReply()752 n->retryPortMap = m->timenow + n->retryInterval; in NATSetNextRenewalTime()765 n->retryPortMap = m->timenow + NATMAP_MAX_RETRY_INTERVAL; in natTraversalHandlePortMapReplyWithAddress()835 traversal->retryPortMap = m->timenow; in mDNS_StartNATOperation_internal()4981 … if (m->timenow - cur->retryPortMap >= 0) // Time to send a mapping request for this packet in CheckNATMappings()4998 cur->retryPortMap = m->timenow + cur->retryInterval; in CheckNATMappings()5002 if (m->NextScheduledNATOp - cur->retryPortMap > 0) in CheckNATMappings()5004 m->NextScheduledNATOp = cur->retryPortMap; in CheckNATMappings()
1274 …mDNSs32 retryPortMap; // If Protocol is nonzero, time to send our next m… member
5847 nat->retryPortMap ? (nat->retryPortMap - now) / mDNSPlatformOneSecond : 0, in udsserver_info()
6734 nat->retryPortMap ? (nat->retryPortMap - now) / mDNSPlatformOneSecond : 0, in mDNSCoreIntervalToNextWake()