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