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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DuDNS.c658 n->retryPortMap = when;
735 n->retryPortMap = m->timenow;
751 n->retryPortMap = m->timenow + n->retryInterval;
764 n->retryPortMap = m->timenow + NATMAP_MAX_RETRY_INTERVAL;
765 // No need to set m->NextScheduledNATOp here, since we're only ever extending the m->retryPortMap time
834 traversal->retryPortMap = m->timenow;
4959 if (m->timenow - cur->retryPortMap >= 0) // Time to send a mapping request for this packet
4976 cur->retryPortMap = m->timenow + cur->retryInterval;
4980 if (m->NextScheduledNATOp - cur->retryPortMap > 0)
4982 m->NextScheduledNATOp = cur->retryPortMap;
[all...]
H A DmDNSEmbeddedAPI.h1267 mDNSs32 retryPortMap; // If Protocol is nonzero, time to send our next mapping packet member in struct:NATTraversalInfo_struct
H A DmDNS.c6707 nat->retryPortMap ? (nat->retryPortMap - now) / mDNSPlatformOneSecond : 0,
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Duds_daemon.c5725 nat->retryPortMap ? (nat->retryPortMap - now) / mDNSPlatformOneSecond : 0,

Completed in 301 milliseconds