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