Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c659 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()
H A DmDNSEmbeddedAPI.h1274 …mDNSs32 retryPortMap; // If Protocol is nonzero, time to send our next m… member
H A Duds_daemon.c5847 nat->retryPortMap ? (nat->retryPortMap - now) / mDNSPlatformOneSecond : 0, in udsserver_info()
H A DmDNS.c6734 nat->retryPortMap ? (nat->retryPortMap - now) / mDNSPlatformOneSecond : 0, in mDNSCoreIntervalToNextWake()