Home
last modified time | relevance | path

Searched refs:ipPacketInformation (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DSocketAsyncEventArgs.Unix.cs184 … socketAddressSize, SocketFlags receivedFlags, IPPacketInformation ipPacketInformation, SocketErro… in ReceiveMessageFromCompletionCallback() argument
186 …bytesTransferred, socketAddress, socketAddressSize, receivedFlags, ipPacketInformation, errorCode); in ReceiveMessageFromCompletionCallback()
191 … socketAddressSize, SocketFlags receivedFlags, IPPacketInformation ipPacketInformation, SocketErro… in CompleteReceiveMessageFromOperation() argument
198 _receiveMessageFromPacketInfo = ipPacketInformation; in CompleteReceiveMessageFromOperation()
213 IPPacketInformation ipPacketInformation; in DoOperationReceiveMessageFrom()
214 …essSize, isIPv4, isIPv6, out bytesReceived, out receivedFlags, out ipPacketInformation, ReceiveMes… in DoOperationReceiveMessageFrom()
217 …Received, _socketAddress.Buffer, socketAddressSize, receivedFlags, ipPacketInformation, socketErro… in DoOperationReceiveMessageFrom()
H A DReceiveMessageOverlappedAsyncResult.Unix.cs18 … socketAddressSize, SocketFlags receivedFlags, IPPacketInformation ipPacketInformation, SocketErro… in CompletionCallback() argument
25 _ipPacketInformation = ipPacketInformation; in CompletionCallback()
H A DSocketPal.Unix.cs345 …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()
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()
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()
[all …]
H A DSocketAsyncContext.Unix.cs1432 …en, bool isIPv4, bool isIPv6, int timeout, out IPPacketInformation ipPacketInformation, out int by… in ReceiveMessageFrom() argument
1440 …ressLen, isIPv4, isIPv6, out bytesReceived, out receivedFlags, out ipPacketInformation, out errorC… in ReceiveMessageFrom()
1461 ipPacketInformation = operation.IPPacketInformation; in ReceiveMessageFrom()
1466 …esReceived, out SocketFlags receivedFlags, out IPPacketInformation ipPacketInformation, Action<int… in ReceiveMessageFromAsync() argument
1473 …ressLen, isIPv4, isIPv6, out bytesReceived, out receivedFlags, out ipPacketInformation, out errorC… in ReceiveMessageFromAsync()
1494 ipPacketInformation = operation.IPPacketInformation; in ReceiveMessageFromAsync()
1499 ipPacketInformation = default(IPPacketInformation); in ReceiveMessageFromAsync()
H A DSocket.Tasks.cs329 IPPacketInformation ipPacketInformation; in ReceiveMessageFromAsync()
330 …e).EndReceiveMessageFrom(iar, ref innerTcs._field1, ref innerTcs._field2, out ipPacketInformation); in ReceiveMessageFromAsync()
336 PacketInformation = ipPacketInformation in ReceiveMessageFromAsync()
H A DSocketPal.Windows.cs328 …ut Internals.SocketAddress receiveAddress, out IPPacketInformation ipPacketInformation, out int by… in ReceiveMessageFrom() argument
335 ipPacketInformation = default(IPPacketInformation); in ReceiveMessageFrom()
367 ipPacketInformation = GetIPPacketInformation(&controlBuffer); in ReceiveMessageFrom()
385 ipPacketInformation = GetIPPacketInformation(&controlBuffer); in ReceiveMessageFrom()
H A DSocket.cs1558 …e, ref SocketFlags socketFlags, ref EndPoint remoteEP, out IPPacketInformation ipPacketInformation) in ReceiveMessageFrom() argument
1606 …set, size, ref socketFlags, socketAddress, out receiveAddress, out ipPacketInformation, out bytesT… in ReceiveMessageFrom()
3251 …t, ref SocketFlags socketFlags, ref EndPoint endPoint, out IPPacketInformation ipPacketInformation) in EndReceiveMessageFrom() argument
3310 ipPacketInformation = castedAsyncResult.IPPacketInformation; in EndReceiveMessageFrom()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/tests/FunctionalTests/
H A DDualModeSocketTest.cs1849 …new byte[1], 0, 1, ref socketFlags, ref receivedFrom, out IPPacketInformation ipPacketInformation); in Socket_ReceiveMessageFromV4IPEndPointFromV4Client_Throws()
1867 …new byte[1], 0, 1, ref socketFlags, ref receivedFrom, out IPPacketInformation ipPacketInformation); in Socket_ReceiveMessageFromDnsEndPoint_Throws()
1959 IPPacketInformation ipPacketInformation; in ReceiveMessageFrom_Helper()
1975 ….ReceiveMessageFrom(new byte[1], 0, 1, ref socketFlags, ref receivedFrom, out ipPacketInformation); in ReceiveMessageFrom_Helper()
1984 ….ReceiveMessageFrom(new byte[1], 0, 1, ref socketFlags, ref receivedFrom, out ipPacketInformation); in ReceiveMessageFrom_Helper()
1994 ….ReceiveMessageFrom(new byte[1], 0, 1, ref socketFlags, ref receivedFrom, out ipPacketInformation); in ReceiveMessageFrom_Helper()
2004 Assert.NotNull(ipPacketInformation); in ReceiveMessageFrom_Helper()
2006 Assert.Equal(connectTo, ipPacketInformation.Address); in ReceiveMessageFrom_Helper()
2166 …MessageFrom(async, ref socketFlags, ref receivedFrom, out IPPacketInformation ipPacketInformation); in BeginReceiveMessageFrom_Helper()
2176 Assert.NotNull(ipPacketInformation); in BeginReceiveMessageFrom_Helper()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/ref/
H A DSystem.Net.Sockets.cs284 …tFlags socketFlags, ref EndPoint endPoint, out IPPacketInformation ipPacketInformation) { throw nu… in EndReceiveMessageFrom() argument
310 ….Net.EndPoint remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { throw nu… in ReceiveMessageFrom() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Sockets/
H A DSocket.cs1709 …e, ref SocketFlags socketFlags, ref EndPoint remoteEP, out IPPacketInformation ipPacketInformation) in ReceiveMessageFrom() argument
1746 …t, ref SocketFlags socketFlags, ref EndPoint endPoint, out IPPacketInformation ipPacketInformation) in EndReceiveMessageFrom() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DSocket.cs1984 … ref SocketFlags socketFlags, ref EndPoint remoteEP, out IPPacketInformation ipPacketInformation) { in ReceiveMessageFrom() argument
2079 ipPacketInformation = asyncResult.m_IPPacketInformation; in ReceiveMessageFrom()
4719 … ref SocketFlags socketFlags, ref EndPoint endPoint, out IPPacketInformation ipPacketInformation) { in EndReceiveMessageFrom() argument
4788 ipPacketInformation = castedAsyncResult.m_IPPacketInformation; in EndReceiveMessageFrom()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs8270 …t endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in EndReceiveMessageFrom() argument
8298 …t remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in ReceiveMessageFrom() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs8390 …t endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in EndReceiveMessageFrom() argument
8419 …t remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in ReceiveMessageFrom() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs8268 …t endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in EndReceiveMessageFrom() argument
8296 …t remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in ReceiveMessageFrom() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs8386 …t endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in EndReceiveMessageFrom() argument
8415 …t remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in ReceiveMessageFrom() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs11219 …t endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in EndReceiveMessageFrom() argument
11249 …t remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in ReceiveMessageFrom() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs10870 …t endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in EndReceiveMessageFrom() argument
10900 …t remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in ReceiveMessageFrom() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs11502 …t endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in EndReceiveMessageFrom() argument
11531 …t remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in ReceiveMessageFrom() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs11534 …t endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in EndReceiveMessageFrom() argument
11563 …t remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in ReceiveMessageFrom() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs11532 …t endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in EndReceiveMessageFrom() argument
11561 …t remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in ReceiveMessageFrom() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs11502 …t endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in EndReceiveMessageFrom() argument
11531 …t remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in ReceiveMessageFrom() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs11502 …t endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in EndReceiveMessageFrom() argument
11531 …t remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in ReceiveMessageFrom() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs11494 …t endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in EndReceiveMessageFrom() argument
11523 …t remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in ReceiveMessageFrom() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs11800 …t endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in EndReceiveMessageFrom() argument
11827 …t remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in ReceiveMessageFrom() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs11534 …t endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in EndReceiveMessageFrom() argument
11563 …t remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation in ReceiveMessageFrom() argument

12