1 write to IPPacketInformation
System.Net.Sockets (1)
System\Net\Sockets\SocketAsyncContext.Unix.cs (1)
604
bool completed = SocketPal.TryCompleteReceiveMessageFrom(context._socket, new Span<byte>(BufferPtr, Length), null, Flags, SocketAddress!, out int socketAddressLen, IsIPv4, IsIPv6, out BytesTransferred, out ReceivedFlags, out
IPPacketInformation
, out ErrorCode);
2 references to IPPacketInformation
System.Net.Sockets (2)
System\Net\Sockets\SocketAsyncContext.Unix.cs (2)
613
Callback!(BytesTransferred, SocketAddress, ReceivedFlags,
IPPacketInformation
, ErrorCode);
1883
ipPacketInformation = operation.
IPPacketInformation
;