OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextSPSAttemptTime
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c
7520
intf->
NextSPSAttemptTime
= m->timenow + mDNSPlatformOneSecond;
7521
if (m->NextScheduledSPRetry - intf->
NextSPSAttemptTime
> 0)
7522
m->NextScheduledSPRetry = intf->
NextSPSAttemptTime
;
7657
intf->
NextSPSAttemptTime
= m->timenow + mDNSPlatformOneSecond * 10; // If successful, update
NextSPSAttemptTime
7797
if (intf->NextSPSAttempt && intf->
NextSPSAttemptTime
== m->timenow + mDNSPlatformOneSecond * 10)
7798
intf->
NextSPSAttemptTime
++;
7819
if (intf->NextSPSAttempt && intf->
NextSPSAttemptTime
== m->timenow + mDNSPlatformOneSecond * 10 && intf->NextSPSAttempt < 8)
8056
intf->
NextSPSAttemptTime
= m->timenow + mDNSPlatformOneSecond;
8361
if (now - intf->
NextSPSAttemptTime
>= 0
[
all
...]
mDNSEmbeddedAPI.h
2189
mDNSs32
NextSPSAttemptTime
;
Completed in 75 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026