Home
last modified time | relevance | path

Searched refs:IsMulticast (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/
DMACAddress.cs173 public bool IsMulticast property
185 return !IsBroadcast && !IsMulticast;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService.cs142 else if(frame.DestinationMAC.IsMulticast) in SendFrame()
184 else if(frame.DestinationMAC.IsMulticast) in UpdateRxCounters()