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

/external/mdnsresponder/mDNSCore/
H A DuDNS.c461 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;
H A DmDNSEmbeddedAPI.h1001 mDNSs32 retryPortMap; // If Protocol is nonzero, time to send our next mapping packet member in struct:NATTraversalInfo_struct
H A DmDNS.c5386 nat->retryPortMap ? (nat->retryPortMap - now) / mDNSPlatformOneSecond : 0,
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c4438 nat->retryPortMap ? (nat->retryPortMap - now) / mDNSPlatformOneSecond : 0,

Completed in 154 milliseconds