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