HomeSort by: relevance | last modified time | path
    Searched refs:mDNSEthAddr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h 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
    [all...]
mDNS.c 118 mDNSlocal void SendWakeup(mDNS *const m, mDNSInterfaceID InterfaceID, mDNSEthAddr *EthAddr, mDNSOpaque48 *password, mDNSBool unicastOnly);
124 mDNSlocal void mDNS_ExtractKeepaliveInfo(AuthRecord *ar, mDNSu32 *timeout, mDNSAddr *laddr, mDNSAddr *raddr, mDNSEthAddr *eth,
134 mDNSlocal mDNSu8 *GetValueForMACAddr(mDNSu8 *ptr, mDNSu8 *limit, mDNSEthAddr *eth);
1681 mDNSEthAddr eth = zeroEthAddr;
2907 const mDNSv4Addr *const spa, const mDNSEthAddr *const tha, const mDNSv4Addr *const tpa, const mDNSEthAddr *const dst)
2972 const mDNSv6Addr *const spa, const mDNSEthAddr *const tha, const mDNSv6Addr *const tpa, const mDNSEthAddr *const dst)
5070 mDNSlocal void SendWakeup(mDNS *const m, mDNSInterfaceID InterfaceID, mDNSEthAddr *EthAddr, mDNSOpaque48 *password, mDNSBool unicastOnly)
7399 mDNSEthAddr macAddr
    [all...]
DNSCommon.c 109 mDNSexport const mDNSEthAddr zeroEthAddr = { { 0 } };
112 mDNSexport const mDNSEthAddr onesEthAddr = { { 255, 255, 255, 255, 255, 255 } };
119 mDNSexport const mDNSEthAddr AllHosts_v6_Eth = { { 0x33, 0x33, 0x00, 0x00, 0x00, 0x01 } };
  /src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSPosix.c 901 mDNSexport void mDNSPlatformSetLocalAddressCacheEntry(const mDNSAddr *const tpa, const mDNSEthAddr *const tha, mDNSInterfaceID InterfaceID)

Completed in 56 milliseconds