Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:mDNSEthAddr

359 typedef mDNSOpaque48 mDNSEthAddr;       // An Ethernet address is a six-byte opaque identifier (not an integer)
610 mDNSEthAddr dst;
611 mDNSEthAddr src;
628 mDNSEthAddr sha;
632 mDNSEthAddr tha;
888 mDNSEthAddr HMAC; // Host's primary identifier (e.g. MAC of on-board Ethernet)
889 mDNSEthAddr IMAC; // Interface's MAC address (if different to primary MAC)
2203 mDNSEthAddr MAC;
2360 mDNSEthAddr PrimaryMAC; // Used as unique host ID
2633 extern const mDNSEthAddr zeroEthAddr;
2636 extern const mDNSEthAddr onesEthAddr;
2643 extern const mDNSEthAddr AllHosts_v6_Eth;
3400 extern void mDNSPlatformSetLocalAddressCacheEntry(const mDNSAddr *const tpa, const mDNSEthAddr *const tha, mDNSInterfaceID InterfaceID);