Home
last modified time | relevance | path

Searched refs:mDNSEthAddr (Results 1 – 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h288 typedef mDNSOpaque48 mDNSEthAddr; // An Ethernet address is a six-byte opaque identifier (not an … typedef
514 mDNSEthAddr dst;
515 mDNSEthAddr src;
526 mDNSEthAddr sha;
528 mDNSEthAddr tha;
760 mDNSEthAddr HMAC; // Host's primary identifier (e.g. MAC of on-board Ethernet)
761 mDNSEthAddr IMAC; // Interface's MAC address (if different to primary MAC)
1733 mDNSEthAddr MAC;
1804 mDNSEthAddr PrimaryMAC; // Used as unique host ID
2003 extern const mDNSEthAddr zeroEthAddr;
[all …]
DmDNS.c77 mDNSlocal void SendWakeup(mDNS *const m, mDNSInterfaceID InterfaceID, mDNSEthAddr *EthAddr, mDNSOpa…
1853 …const mDNSv4Addr *const spa, const mDNSEthAddr *const tha, const mDNSv4Addr *const tpa, const mDNS… in SendARP()
1918 …const mDNSv6Addr *const spa, const mDNSEthAddr *const tha, const mDNSv6Addr *const tpa, const mDNS… in SendNDP()
3256 mDNSlocal void SendWakeup(mDNS *const m, mDNSInterfaceID InterfaceID, mDNSEthAddr *EthAddr, mDNSOpa… in SendWakeup()
7187 mDNSlocal void ScheduleWakeupForList(mDNS *const m, mDNSInterfaceID InterfaceID, mDNSEthAddr *e, Au… in ScheduleWakeupForList()
7201 mDNSlocal void ScheduleWakeup(mDNS *const m, mDNSInterfaceID InterfaceID, mDNSEthAddr *e) in ScheduleWakeup()
10277 mDNSlocal void mDNSCoreReceiveRawND(mDNS *const m, const mDNSEthAddr *const sha, const mDNSv6Addr *… in mDNSCoreReceiveRawND()
10348 mDNSlocal void mDNSCoreReceiveRawTransportPacket(mDNS *const m, const mDNSEthAddr *const sha, const… in mDNSCoreReceiveRawTransportPacket()
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 } };
/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c410 …LocalAddressCacheEntry(mDNS *const m, const mDNSAddr *const tpa, const mDNSEthAddr *const tha, mDN… in mDNSPlatformSetLocalAddressCacheEntry()
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c1636 …LocalAddressCacheEntry(mDNS *const m, const mDNSAddr *const tpa, const mDNSEthAddr *const tha, mDN… in mDNSPlatformSetLocalAddressCacheEntry()