Home
last modified time | relevance | path

Searched refs:ReceiveBufferSize (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/Vlv2TbltDevicePkg/PlatformDxe/
H A DPlatform.c1159 ReceiveBufferSize = sizeof(ReceiveBuffer); in ReadyToBootFunction()
1169 ReceiveBufferSize = sizeof(ReceiveBuffer); in ReadyToBootFunction()
1174 &ReceiveBufferSize in ReadyToBootFunction()
1181 ReceiveBufferSize = sizeof(ReceiveBuffer); in ReadyToBootFunction()
1193 ReceiveBufferSize = sizeof(ReceiveBuffer); in ReadyToBootFunction()
1198 &ReceiveBufferSize in ReadyToBootFunction()
1206 ReceiveBufferSize = sizeof(ReceiveBuffer); in ReadyToBootFunction()
1221 ReceiveBufferSize = sizeof(ReceiveBuffer); in ReadyToBootFunction()
1228 &ReceiveBufferSize in ReadyToBootFunction()
1496 ReceiveBufferSize = sizeof(ReceiveBuffer); in ReadyToBootFunction()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels/
H A DWebSocketTransportSettings.cs46 public int ReceiveBufferSize { get; set; } property in System.ServiceModel.Channels.WebSocketTransportSettings
57 other.ReceiveBufferSize == ReceiveBufferSize && in Equals()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DSocket.Unix.cs66 …if (_handle.IsTrackedOption(TrackedSocketOptions.ReceiveBufferSize)) receiveSize = ReceiveBufferSi… in ReplaceHandle()
90 …if (_handle.IsTrackedOption(TrackedSocketOptions.ReceiveBufferSize)) ReceiveBufferSize = receiveSi… in ReplaceHandle()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.ServicePoint/tests/
H A DServicePointManagerTest.cs214 … AssertExtensions.Throws<ArgumentOutOfRangeException>("value", () => sp.ReceiveBufferSize = -2); in InvalidArguments_Throw()
313 Assert.Equal(-1, sp.ReceiveBufferSize); in FindServicePoint_ReturnedServicePointMatchesExpectedValues()
340 sp1.ReceiveBufferSize = expectedReceiveBufferSize; in FindServicePoint_PropertiesRoundtrip()
349 Assert.Equal(expectedReceiveBufferSize, sp2.ReceiveBufferSize); in FindServicePoint_PropertiesRoundtrip()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/tests/FunctionalTests/
H A DTcpClientTest.cs323 client.ReceiveBufferSize = 4096; in Roundtrip_ReceiveBufferSize_GetEqualsSet()
324 Assert.InRange(client.ReceiveBufferSize, 4096, int.MaxValue); in Roundtrip_ReceiveBufferSize_GetEqualsSet()
325 client.ReceiveBufferSize = 8192; in Roundtrip_ReceiveBufferSize_GetEqualsSet()
326 Assert.InRange(client.ReceiveBufferSize, 8192, int.MaxValue); in Roundtrip_ReceiveBufferSize_GetEqualsSet()
H A DDnsEndPointTest.cs47 sock.ReceiveBufferSize = 1024; in Socket_ConnectDnsEndPoint_SetSocketProperties_Success()
136 sock.ReceiveBufferSize = 1024; in Socket_BeginConnectDnsEndPoint_SetSocketProperties_Success()
230 sock.ReceiveBufferSize = 1024; in Socket_ConnectAsyncDnsEndPoint_SetSocketProperties_Success()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.ServicePoint/src/System/Net/
H A DServicePoint.cs57 public int ReceiveBufferSize property in System.Net.ServicePoint
/dports/irc/smuxi/smuxi-1.1/lib/StarkSoftProxy/
H A DHttpProxyClient.cs266 byte[] response = new byte[_tcpClient.ReceiveBufferSize]; in SendConnectionCommand()
273 bytes = stream.Read(response, 0, _tcpClient.ReceiveBufferSize); in SendConnectionCommand()
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/starksoftproxy/
H A DHttpProxyClient.cs266 byte[] response = new byte[_tcpClient.ReceiveBufferSize]; in SendConnectionCommand()
273 bytes = stream.Read(response, 0, _tcpClient.ReceiveBufferSize); in SendConnectionCommand()
/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/src/starksoftproxy/
H A DHttpProxyClient.cs266 byte[] response = new byte[_tcpClient.ReceiveBufferSize]; in SendConnectionCommand()
273 bytes = stream.Read(response, 0, _tcpClient.ReceiveBufferSize); in SendConnectionCommand()
/dports/irc/smartirc4net/smartirc4net-1.1/src/starksoftproxy/
H A DHttpProxyClient.cs266 byte[] response = new byte[_tcpClient.ReceiveBufferSize]; in SendConnectionCommand()
273 bytes = stream.Read(response, 0, _tcpClient.ReceiveBufferSize); in SendConnectionCommand()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Pipes/src/System/IO/Pipes/
H A DNamedPipeClientStream.Unix.cs73 return InternalHandle?.NamedPipeSocket?.ReceiveBufferSize ?? 0;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DServicePoint.platformnotsupported.cs84 public int ReceiveBufferSize { property in System.Net.ServicePoint
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Net/net/
H A DUdpSingleSourceMulticastClient.cs54 public int ReceiveBufferSize { get; set; } property in System.Net.Sockets.UdpSingleSourceMulticastClient
H A DUdpAnySourceMulticastClient.cs79 public int ReceiveBufferSize { get; set; } property in System.Net.Sockets.UdpAnySourceMulticastClient
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/
H A DSafeCloseSocket.Unix.cs89 … SocketOptionName.ReceiveBuffer: _trackedOptions |= TrackedSocketOptions.ReceiveBufferSize; return; in TrackOption()
379 ReceiveBufferSize = 0x20, enumerator
/dports/devel/gnu-efi/gnu-efi-3.0.14/inc/
H A Defitcp.h35 UINT32 ReceiveBufferSize; member
242 UINT32 ReceiveBufferSize; member
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/gnu-efi/dist/inc/
H A Defitcp.h37 UINT32 ReceiveBufferSize; member
244 UINT32 ReceiveBufferSize; member
/dports/sysutils/syslinux/syslinux-6.03/efi64/include/efi/
H A Defitcp.h35 UINT32 ReceiveBufferSize; member
242 UINT32 ReceiveBufferSize; member
/dports/sysutils/syslinux/syslinux-6.03/efi32/include/efi/
H A Defitcp.h35 UINT32 ReceiveBufferSize; member
242 UINT32 ReceiveBufferSize; member
/dports/sysutils/syslinux/syslinux-6.03/gnu-efi/gnu-efi-3.0/inc/
H A Defitcp.h35 UINT32 ReceiveBufferSize; member
242 UINT32 ReceiveBufferSize; member
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.ServicePoint/ref/
H A DSystem.Net.ServicePoint.cs19 public int ReceiveBufferSize { get { throw null; } set { } } property in System.Net.ServicePoint
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
H A DRhProxy.asl67 32, // ReceiveBufferSize
99 32, // ReceiveBufferSize
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
H A DRhProxy.asl61 32, // ReceiveBufferSize
93 32, // ReceiveBufferSize
H A DIoTVirtualDevice.asl49 32, // ReceiveBufferSize
81 32, // ReceiveBufferSize

1234567