Home
last modified time | relevance | path

Searched refs:WakeUp (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c759 if (!(authrr->resrec.RecordType & kDNSRecordTypeUniqueMask) || authrr->WakeUp.HMAC.l[0]) in PacketRRMatchesSignature()
1307 if (rr->WakeUp.HMAC.l[0] && !rr->AddressProxy.type) rr->AnnounceCount = 2; in mDNS_Register_internal()
1616 rr->WakeUp.HMAC = zeroEthAddr; in mDNS_Deregister_internal()
1698 if (rr->WakeUp.HMAC.l[0] || in mDNS_Deregister_internal()
1704 …rr->AnnounceCount = rr->WakeUp.HMAC.l[0] ? WakeupCount : (drt == mDNS_Dereg_rapid) ? 1 : Go… in mDNS_Deregister_internal()
1992 rr->WakeUp.HMAC = zeroEthAddr; in CompleteDeregistration()
2367 if (!rr->WakeUp.HMAC.l[0]) in SendResponses()
2373 …endResponses: Sending wakeup %2d for %.6a %s", rr->AnnounceCount-3, &rr->WakeUp.IMAC, ARDisplayStr… in SendResponses()
2374 SendWakeup(m, rr->resrec.InterfaceID, &rr->WakeUp.IMAC, &rr->WakeUp.password); in SendResponses()
2376 ….InterfaceID == rr->resrec.InterfaceID && mDNSSameEthAddress(&r2->WakeUp.IMAC, &rr->WakeUp.IMAC) && in SendResponses()
[all …]
H A Duds_daemon.c5555 if ((ar->WakeUp.HMAC.l[0] != 0) == (proxy != mDNSNULL)) in LogAuthRecords()
5559 if (!mDNSPlatformMemSame(&owner, &ar->WakeUp, sizeof(owner))) in LogAuthRecords()
5561 owner = ar->WakeUp; in LogAuthRecords()
H A DmDNSEmbeddedAPI.h1523 …OwnerOptData WakeUp; // WakeUp.HMAC.l[0] nonzero indicates that this is a Sleep Pro… member
H A DDNSCommon.c1422 rr->WakeUp = zeroOwner; in mDNS_SetupResourceRecord()