Home
last modified time | relevance | path

Searched refs:RequestSize (Results 1 – 16 of 16) sorted by relevance

/reactos/subsystems/mvdm/ntvdm/bios/
H A Dumamgr.c109 if (UmaDesc->Size < RequestSize) continue; in UmaDescReserve()
125 UmaDesc->Start + UmaDesc->Size < Address + RequestSize) in UmaDescReserve()
162 if (UmaDesc->Size > RequestSize) in UmaDescReserve()
181 UmaDesc->Size = RequestSize; in UmaDescReserve()
297 if (FoundUmaDesc->Size == RequestSize) goto Success; in UmaDescReallocate()
305 if (FoundUmaDesc->Size > RequestSize) in UmaDescReallocate()
316 NextDesc->Size += (FoundUmaDesc->Size - RequestSize); in UmaDescReallocate()
317 NextDesc->Start -= (FoundUmaDesc->Size - RequestSize); in UmaDescReallocate()
343 FoundUmaDesc->Size + NextDesc->Size >= RequestSize) in UmaDescReallocate()
346 NextDesc->Size -= (RequestSize - FoundUmaDesc->Size); in UmaDescReallocate()
[all …]
/reactos/dll/win32/iphlpapi/
H A Dicmp.c85 _In_ WORD RequestSize, in Icmp6SendEcho2() argument
99 InputBufferLength = sizeof(ICMPV6_ECHO_REQUEST) + RequestSize; in Icmp6SendEcho2()
138 if (RequestSize > 0) in Icmp6SendEcho2()
292 _In_ WORD RequestSize, in IcmpSendEcho2() argument
311 if (ReplySize < RequestSize + sizeof(ICMP_ECHO_REPLY)) in IcmpSendEcho2()
354 if (RequestSize > 0) in IcmpSendEcho2()
356 Request->DataSize = RequestSize; in IcmpSendEcho2()
427 _In_ WORD RequestSize, in IcmpSendEcho() argument
453 if (ReplySize < RequestSize + sizeof(ICMP_ECHO_REPLY)) in IcmpSendEcho()
498 if (RequestSize > 0) in IcmpSendEcho()
[all …]
/reactos/base/applications/network/ping/
H A Dping.c63 static ULONG RequestSize = 32; variable
143 ConResPrintf(StdOut, IDS_PING_SIZE, RequestSize); in wmain()
216 RequestSize = wcstoul(argv[++i], NULL, 0); in ParseCmdLine()
217 if (RequestSize > MAX_SEND_SIZE) in ParseCmdLine()
426 if (RequestSize != 0) in Ping()
428 SendBuffer = malloc(RequestSize); in Ping()
435 ZeroMemory(SendBuffer, RequestSize); in Ping()
451 ReplySize += RequestSize + SIZEOF_ICMP_ERROR + SIZEOF_IO_STATUS_BLOCK; in Ping()
475 SendBuffer, (USHORT)RequestSize, &IpOptions, in Ping()
482 SendBuffer, (USHORT)RequestSize, &IpOptions, in Ping()
/reactos/sdk/include/psdk/
H A Dicmpapi.h44 WORD RequestSize,
60 WORD RequestSize,
77 WORD RequestSize,
H A Dntddstor.h794 ULONGLONG RequestSize; member
809 ULONGLONG RequestSize; member
H A Dwinioctl.h316 RequestSize, enumerator
/reactos/drivers/network/tcpip/tcpip/
H A Dicmp.c286 UINT16 RequestSize; in DispEchoRequest() local
364 RequestSize = sizeof(ICMP_HEADER) + Request->DataSize; in DispEchoRequest()
367 Buffer = ExAllocatePoolWithTag(NonPagedPool, RequestSize, OUT_DATA_TAG); in DispEchoRequest()
382 ((PICMP_HEADER)Buffer)->Checksum = IPv4Checksum(Buffer, RequestSize, 0); in DispEchoRequest()
396 Status = AddrFile->Send(AddrFile, &ConnectionInfo, (PCHAR)Buffer, RequestSize, &DataUsed); in DispEchoRequest()
/reactos/dll/win32/wshtcpip/
H A Dwshtcpip.c399 IN DWORD RequestSize, in SendRequest() argument
412 RequestSize, in SendRequest()
/reactos/sdk/lib/drivers/wdf/umdf/fxlib/librarycommon/
H A Dfxlibrarycommon.cpp139 _WdfRequestTriageInfo.RequestSize = sizeof(FxRequest); in GetTriageInfo()
/reactos/sdk/lib/drivers/wdf/kmdf/src/librarycommon/
H A Dfxlibrarycommon.cpp125 _WdfRequestTriageInfo.RequestSize = sizeof(FxRequest); in GetTriageInfo()
/reactos/sdk/lib/drivers/wdf/kmdf/inc/private/
H A Dwdf111.h2378 ULONG RequestSize; member
H A Dwdf113.h2546 ULONG RequestSize; member
H A Dwdf115.h2561 ULONG RequestSize; member
/reactos/sdk/lib/drivers/wdf/umdf/fxlib/inc/private/
H A Dwdf20.h2459 ULONG RequestSize; member
H A Dwdf215.h2471 ULONG RequestSize; member
/reactos/sdk/include/xdk/
H A Diotypes.h1412 ULONG RequestSize; member