Searched refs:TryGetConnectionByPort (Results 1 – 1 of 1) sorted by relevance
76 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