4 references to PhysicalAddress
System.Net.NetworkInformation (4)
System\Net\NetworkInformation\LinuxNetworkInterface.cs (1)
107lni._physicalAddress = new PhysicalAddress(((ReadOnlySpan<byte>)nii->AddressBytes)[..nii->NumAddressBytes].ToArray());
System\Net\NetworkInformation\PhysicalAddress.cs (2)
14public static readonly PhysicalAddress None = new PhysicalAddress(Array.Empty<byte>()); 199value = new PhysicalAddress(buffer);
System\Net\NetworkInformation\UnixNetworkInterface.cs (1)
102PhysicalAddress physicalAddress = new PhysicalAddress(macAddress);