Home
last modified time | relevance | path

Searched refs:retryPortMap (Results 1 – 4 of 4) sorted by relevance

/external/mdnsresponder/mDNSCore/
DuDNS.c461 n->retryPortMap = m->timenow; in RecreateNATMappings()
513 n->retryPortMap = m->timenow + n->retryInterval; in NATSetNextRenewalTime()
527 n->retryPortMap = m->timenow + NATMAP_MAX_RETRY_INTERVAL; in natTraversalHandlePortMapReply()
585 traversal->retryPortMap = m->timenow; in mDNS_StartNATOperation_internal()
4440 if (m->timenow - cur->retryPortMap >= 0) // Time to do something with this mapping in CheckNATMappings()
4458 cur->retryPortMap = m->timenow + cur->retryInterval; in CheckNATMappings()
4462 if (m->NextScheduledNATOp - cur->retryPortMap > 0) in CheckNATMappings()
4463 m->NextScheduledNATOp = cur->retryPortMap; in CheckNATMappings()
DmDNSEmbeddedAPI.h1012 …mDNSs32 retryPortMap; // If Protocol is nonzero, time to send our next mappin… member
DmDNS.c5386 nat->retryPortMap ? (nat->retryPortMap - now) / mDNSPlatformOneSecond : 0, in mDNSCoreIntervalToNextWake()
/external/mdnsresponder/mDNSShared/
Duds_daemon.c4444 nat->retryPortMap ? (nat->retryPortMap - now) / mDNSPlatformOneSecond : 0, in udsserver_info()