Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DDA16200.cs76 if(!TryGetConnectionByPort(destination.Port, out var connection)) in ReceiveData()
175 return !TryGetConnectionByPort(port, out _); in IsPortFree()
193 private bool TryGetConnectionByPort(ushort localPort, out Connection connection) in TryGetConnectionByPort() method in Antmicro.Renode.Peripherals.Network.DA16200