HomeSort by relevance Sort by last modified time
    Searched refs:mDNSEthAddr (Results 1 - 4 of 4) sorted by null

  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 277 typedef mDNSOpaque48 mDNSEthAddr; // An Ethernet address is a six-byte opaque identifier (not an integer)
503 mDNSEthAddr dst;
504 mDNSEthAddr src;
515 mDNSEthAddr sha;
517 mDNSEthAddr tha;
    [all...]
DNSCommon.c 83 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 } };
    [all...]
mDNS.c 77 mDNSlocal void SendWakeup(mDNS *const m, mDNSInterfaceID InterfaceID, mDNSEthAddr *EthAddr, mDNSOpaque48 *password);
    [all...]
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c 403 mDNSexport void mDNSPlatformSetLocalAddressCacheEntry(mDNS *const m, const mDNSAddr *const tpa, const mDNSEthAddr *const tha, mDNSInterfaceID InterfaceID)
    [all...]

Completed in 33 milliseconds