Home
last modified time | relevance | path

Searched refs:RetryInterval (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c1165 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()
H A DmDNSEmbeddedAPI.h2064 mDNSs32 RetryInterval; // delta between time sent and retry member