OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextSPSAttempt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c
7512
const int sps = intf->
NextSPSAttempt
/ 3;
7523
LogSPS("SendSPSRegistration: %s SPS %d (%d) %##s not yet resolved", intf->ifname, intf->
NextSPSAttempt
, sps, intf->NetWakeResolve[sps].qname.c);
7641
LogSPS("SendSPSRegistration: Sending Update %s %d (%d) id %5d with %d records %d bytes to %#a:%d", intf->ifname, intf->
NextSPSAttempt
, sps,
7643
// if (intf->
NextSPSAttempt
< 5) m->omsg.h.flags = zeroID; // For simulating packet loss
7660
if (mDNSOpaque16IsZero(id) && intf->
NextSPSAttempt
< 8) intf->
NextSPSAttempt
++;
7797
if (intf->
NextSPSAttempt
&& intf->NextSPSAttemptTime == m->timenow + mDNSPlatformOneSecond * 10)
7817
// For interfaces where we did an SPS registration attempt, increment intf->
NextSPSAttempt
7819
if (intf->
NextSPSAttempt
&& intf->NextSPSAttemptTime == m->timenow + mDNSPlatformOneSecond * 10 && intf->
NextSPSAttempt
< 8
[
all
...]
mDNSEmbeddedAPI.h
2188
mDNSs32
NextSPSAttempt
; // -1 if we're not currently attempting to register with any Sleep Proxy
Completed in 28 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026