1 write to _mtu
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxNetworkInterface.cs (1)
100
lni.
_mtu
= nii->Mtu;
2 references to _mtu
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\LinuxIPv4InterfaceProperties.cs (1)
32
public override int Mtu { get { return _linuxNetworkInterface.
_mtu
; } }
System\Net\NetworkInformation\LinuxIPv6InterfaceProperties.cs (1)
18
public override int Mtu { get { return _linuxNetworkInterface.
_mtu
; } }