Lines Matching refs:SleepState
2289 if ((rr->AuthFlags & AuthFlagsWakeOnly) && (m->SleepState != SleepState_Awake)) in ShouldSendGoodbyesBeforeSleep()
2295 if (m->SleepState != SleepState_Sleeping) in ShouldSendGoodbyesBeforeSleep()
2337 if (m->SleepState == SleepState_Transferring) RetrySPSRegistrations(m); in SendResponses()
5093 if (m->SleepState == SleepState_Transferring) in mDNS_Execute()
5204 if (m->mDNSPlatformStatus != mStatus_NoError || (m->SleepState == SleepState_Sleeping)) in mDNS_Execute()
6157 m->SleepState = SleepState_Sleeping; in SendSleepGoodbyes()
6428 LogSPS("%s (old state %d) at %ld", sleep ? "Sleeping" : "Waking", m->SleepState, m->timenow); in mDNSCoreMachineSleep()
6430 if (sleep && !m->SleepState) // Going to sleep in mDNSCoreMachineSleep()
6447 m->SleepState = SleepState_Transferring; in mDNSCoreMachineSleep()
6468 LogSPS("mDNSCoreMachineSleep: m->SleepState %d (%s) seq %d", m->SleepState, in mDNSCoreMachineSleep()
6469 m->SleepState == SleepState_Transferring ? "Transferring" : in mDNSCoreMachineSleep()
6470 m->SleepState == SleepState_Sleeping ? "Sleeping" : "?", m->SleepSeqNum); in mDNSCoreMachineSleep()
6486 if (m->SleepState != SleepState_Awake) in mDNSCoreMachineSleep()
6488 m->SleepState = SleepState_Awake; in mDNSCoreMachineSleep()
9090 … if (m->rec.r.resrec.rroriginalttl >= rr->resrec.rroriginalttl/2 || m->SleepState) in mDNSCoreReceiveResponse()
14080 if (m->SleepState) in SleepProxyServerCallback()
14226 m->SleepState = SleepState_Awake; in mDNS_Init()