Searched refs:RetryInterval (Results 1 – 2 of 2) sorted by relevance
1165 if (info->RetryInterval < NATMAP_INIT_RETRY) info->RetryInterval = NATMAP_INIT_RETRY; in SendNATMsg()1166 else if (info->RetryInterval * 2 > NATMAP_MAX_RETRY) info->RetryInterval = NATMAP_MAX_RETRY; in SendNATMsg()1167 else info->RetryInterval *= 2; in SendNATMsg()1168 info->retry = mDNSPlatformTimeNow(m) + info->RetryInterval; in SendNATMsg()1286 n->RetryInterval = NATMAP_INIT_RETRY; in RefreshNATMapping()1459 info->RetryInterval = NATMAP_INIT_RETRY; in SendInitialPMapReq()
2064 mDNSs32 RetryInterval; // delta between time sent and retry member