Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DSynopsysEthernetMAC.cs222 this.Log(LogLevel.Noisy, Misc.DumpPacket(frame, false, machine)); in ReceiveFrame()
385 this.Log(LogLevel.Debug, Misc.DumpPacket(frame, true, machine)); in SendFrames()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs966 public static string DumpPacket(EthernetFrame packet, bool isSend, IMachine machine) in DumpPacket() method in Antmicro.Renode.Utilities.Misc