Lines Matching refs:ipPacketInformation

345 …ool isIPv6, out SocketFlags receivedFlags, out IPPacketInformation ipPacketInformation, out Intero…  in ReceiveMessageFrom()  argument
383 ipPacketInformation = GetIPPacketInformation(&messageHeader, isIPv4, isIPv6); in ReceiveMessageFrom()
398 …out SocketFlags receivedFlags, out IPPacketInformation ipPacketInformation, out Interop.Error errn… in ReceiveMessageFrom() argument
445 ipPacketInformation = GetIPPacketInformation(&messageHeader, isIPv4, isIPv6); in ReceiveMessageFrom()
649 …esReceived, out SocketFlags receivedFlags, out IPPacketInformation ipPacketInformation, out Socket… in TryCompleteReceiveMessageFrom() argument
656 …ress, ref socketAddressLen, isIPv4, isIPv6, out receivedFlags, out ipPacketInformation, out errno)… in TryCompleteReceiveMessageFrom()
657 …ress, ref socketAddressLen, isIPv4, isIPv6, out receivedFlags, out ipPacketInformation, out errno); in TryCompleteReceiveMessageFrom()
682 ipPacketInformation = default(IPPacketInformation); in TryCompleteReceiveMessageFrom()
1002 …ut Internals.SocketAddress receiveAddress, out IPPacketInformation ipPacketInformation, out int by… in ReceiveMessageFrom() argument
1013 …, ref socketAddressLen, isIPv4, isIPv6, handle.ReceiveTimeout, out ipPacketInformation, out bytesT… in ReceiveMessageFrom()
1017 …essLen, isIPv4, isIPv6, out bytesTransferred, out socketFlags, out ipPacketInformation, out errorC… in ReceiveMessageFrom()
1724 IPPacketInformation ipPacketInformation; in ReceiveMessageFromAsync()
1725 …essSize, isIPv4, isIPv6, out bytesReceived, out receivedFlags, out ipPacketInformation, asyncResul… in ReceiveMessageFromAsync()
1728 …sReceived, socketAddress.Buffer, socketAddressSize, receivedFlags, ipPacketInformation, SocketErro… in ReceiveMessageFromAsync()