4 references to PhysicalAddress
System.Net.NetworkInformation (4)
System\Net\NetworkInformation\LinuxNetworkInterface.cs (1)
105lni._physicalAddress = new PhysicalAddress(new 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)
106PhysicalAddress physicalAddress = new PhysicalAddress(macAddress);