Lines Matching refs:retryPortMap
712 n->retryPortMap = when;
789 n->retryPortMap = m->timenow;
805 n->retryPortMap = m->timenow + n->retryInterval;
818 n->retryPortMap = m->timenow + NATMAP_MAX_RETRY_INTERVAL;
819 // No need to set m->NextScheduledNATOp here, since we're only ever extending the m->retryPortMap time
885 traversal->retryPortMap = m->timenow;
5021 if (m->timenow - cur->retryPortMap >= 0) // Time to send a mapping request for this packet
5038 cur->retryPortMap = m->timenow + cur->retryInterval;
5042 if (m->NextScheduledNATOp - cur->retryPortMap > 0)
5044 m->NextScheduledNATOp = cur->retryPortMap;