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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c676 n->retryPortMap = when;
753 n->retryPortMap = m->timenow;
769 n->retryPortMap = m->timenow + n->retryInterval;
782 n->retryPortMap = m->timenow + NATMAP_MAX_RETRY_INTERVAL;
783 // No need to set m->NextScheduledNATOp here, since we're only ever extending the m->retryPortMap time
849 traversal->retryPortMap = m->timenow;
5019 if (m->timenow - cur->retryPortMap >= 0) // Time to send a mapping request for this packet
5036 cur->retryPortMap = m->timenow + cur->retryInterval;
5040 if (m->NextScheduledNATOp - cur->retryPortMap > 0)
5042 m->NextScheduledNATOp = cur->retryPortMap;
[all...]
H A Duds_daemon.c5900 nat->retryPortMap ? (nat->retryPortMap - now) / mDNSPlatformOneSecond : 0,
H A DmDNSEmbeddedAPI.h1269 mDNSs32 retryPortMap; // If Protocol is nonzero, time to send our next mapping packet member in struct:NATTraversalInfo_struct
H A DmDNS.c6837 nat->retryPortMap ? (nat->retryPortMap - now) / mDNSPlatformOneSecond : 0,

Completed in 192 milliseconds