Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DDA16200.cs140 var source = address.WithPort(connection.LocalPort); in SendData()
204 if(conn.LocalPort == localPort) in TryGetConnectionByPort()
406 LocalPort = localPort; in Connection()
411 public ushort LocalPort { get; } property in Antmicro.Renode.Peripherals.Network.DA16200.Connection