/reactos/subsystems/mvdm/ntvdm/bios/ |
H A D | umamgr.c | 109 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 D | icmp.c | 85 _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 D | ping.c | 63 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 D | icmpapi.h | 44 WORD RequestSize, 60 WORD RequestSize, 77 WORD RequestSize,
|
H A D | ntddstor.h | 794 ULONGLONG RequestSize; member 809 ULONGLONG RequestSize; member
|
H A D | winioctl.h | 316 RequestSize, enumerator
|
/reactos/drivers/network/tcpip/tcpip/ |
H A D | icmp.c | 286 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 D | wshtcpip.c | 399 IN DWORD RequestSize, in SendRequest() argument 412 RequestSize, in SendRequest()
|
/reactos/sdk/lib/drivers/wdf/umdf/fxlib/librarycommon/ |
H A D | fxlibrarycommon.cpp | 139 _WdfRequestTriageInfo.RequestSize = sizeof(FxRequest); in GetTriageInfo()
|
/reactos/sdk/lib/drivers/wdf/kmdf/src/librarycommon/ |
H A D | fxlibrarycommon.cpp | 125 _WdfRequestTriageInfo.RequestSize = sizeof(FxRequest); in GetTriageInfo()
|
/reactos/sdk/lib/drivers/wdf/kmdf/inc/private/ |
H A D | wdf111.h | 2378 ULONG RequestSize; member
|
H A D | wdf113.h | 2546 ULONG RequestSize; member
|
H A D | wdf115.h | 2561 ULONG RequestSize; member
|
/reactos/sdk/lib/drivers/wdf/umdf/fxlib/inc/private/ |
H A D | wdf20.h | 2459 ULONG RequestSize; member
|
H A D | wdf215.h | 2471 ULONG RequestSize; member
|
/reactos/sdk/include/xdk/ |
H A D | iotypes.h | 1412 ULONG RequestSize; member
|