Searched refs:NATMAP_INIT_RETRY (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c1101 info->retry = mDNSPlatformTimeNow(m) + NATMAP_INIT_RETRY;
1165 if (info->RetryInterval < NATMAP_INIT_RETRY) info->RetryInterval = NATMAP_INIT_RETRY;
1275 debugf("No router. Will retry NAT traversal in %ld ticks", NATMAP_INIT_RETRY);
1286 n->RetryInterval = NATMAP_INIT_RETRY;
1457 debugf("No router. Will retry NAT traversal in %ld seconds", NATMAP_INIT_RETRY);
1458 info->retry = mDNSPlatformTimeNow(m) + NATMAP_INIT_RETRY;
1459 info->RetryInterval = NATMAP_INIT_RETRY;
H A DmDNSEmbeddedAPI.h1977 #define NATMAP_INIT_RETRY (mDNSPlatformOneSecond / 4) // start at 250ms w/ exponential decay macro

Completed in 118 milliseconds