2 references to IPPacketInformation
System.Net.Sockets (2)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.IPPacketInformation.cs (1)
25internal static unsafe partial bool TryGetIPPacketInformation(MessageHeader* messageHeader, [MarshalAs(UnmanagedType.Bool)] bool isIPv4, IPPacketInformation* packetInfo);
System\Net\Sockets\SocketPal.Unix.cs (1)
50Interop.Sys.IPPacketInformation nativePacketInfo = default;