OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:retryPortMap
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
uDNS.c
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
;
[
all
...]
mDNSEmbeddedAPI.h
1233
mDNSs32
retryPortMap
; // If Protocol is nonzero, time to send our next mapping packet
mDNS.c
8479
nat->
retryPortMap
? (nat->
retryPortMap
- now) / mDNSPlatformOneSecond : 0,
/src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c
7686
nat->
retryPortMap
? (nat->
retryPortMap
- now) / mDNSPlatformOneSecond : 0,
Completed in 41 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026