Searched refs:mDNSEthAddr (Results 1 - 4 of 4) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h277 typedef mDNSOpaque48 mDNSEthAddr; // An Ethernet address is a six-byte opaque identifier (not an integer) typedef
503 mDNSEthAddr dst;
504 mDNSEthAddr src;
515 mDNSEthAddr sha;
517 mDNSEthAddr tha;
749 mDNSEthAddr HMAC; // Host's primary identifier (e.g. MAC of on-board Ethernet)
750 mDNSEthAddr IMAC; // Interface's MAC address (if different to primary MAC)
1722 mDNSEthAddr MAC;
1793 mDNSEthAddr PrimaryMAC; // Used as unique host ID
1992 extern const mDNSEthAddr zeroEthAdd
[all...]
H A DDNSCommon.c83 mDNSexport const mDNSEthAddr zeroEthAddr = { { 0 } };
86 mDNSexport const mDNSEthAddr onesEthAddr = { { 255, 255, 255, 255, 255, 255 } };
93 mDNSexport const mDNSEthAddr AllHosts_v6_Eth = { { 0x33, 0x33, 0x00, 0x00, 0x00, 0x01 } };
H A DmDNS.c77 mDNSlocal void SendWakeup(mDNS *const m, mDNSInterfaceID InterfaceID, mDNSEthAddr *EthAddr, mDNSOpaque48 *password);
1853 const mDNSv4Addr *const spa, const mDNSEthAddr *const tha, const mDNSv4Addr *const tpa, const mDNSEthAddr *const dst)
1918 const mDNSv6Addr *const spa, const mDNSEthAddr *const tha, const mDNSv6Addr *const tpa, const mDNSEthAddr *const dst)
3256 mDNSlocal void SendWakeup(mDNS *const m, mDNSInterfaceID InterfaceID, mDNSEthAddr *EthAddr, mDNSOpaque48 *password)
7181 // ScheduleWakeup causes all proxy records with WakeUp.HMAC matching mDNSEthAddr 'e' to be deregistered, causing
7187 mDNSlocal void ScheduleWakeupForList(mDNS *const m, mDNSInterfaceID InterfaceID, mDNSEthAddr *e, AuthRecord *const thelist)
7201 mDNSlocal void ScheduleWakeup(mDNS *const m, mDNSInterfaceID InterfaceID, mDNSEthAddr *e)
10264 mDNSlocal const mDNSEthAddr *GetLinkLayerAddressOptio
[all...]
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c410 mDNSexport void mDNSPlatformSetLocalAddressCacheEntry(mDNS *const m, const mDNSAddr *const tpa, const mDNSEthAddr *const tha, mDNSInterfaceID InterfaceID)

Completed in 144 milliseconds