Searched refs:timeouts (Results 1 – 10 of 10) sorted by relevance
/reactos/base/services/dhcpcsvc/dhcp/ |
H A D | dispatch.c | 57 struct timeout *timeouts = NULL; variable 91 if (timeouts) in dispatch() 96 t = timeouts; in dispatch() 97 timeouts = timeouts->next; in dispatch() 265 timeouts = q->next; in add_timeout() 295 if (!timeouts || timeouts->when > q->when) { in add_timeout() 296 q->next = timeouts; in add_timeout() 297 timeouts = q; in add_timeout() 327 timeouts = q->next; in cancel_timeout() 366 q = timeouts; in remove_protocol() [all …]
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | comm.c | 563 COMMTIMEOUTS timeouts; in test_BuildCommDCBAndTimeoutsA() local 609 COMMTIMEOUTS timeouts; in test_BuildCommDCBAndTimeoutsW() local 753 COMMTIMEOUTS timeouts; in test_ReadTimeOut() local 772 ZeroMemory( &timeouts, sizeof(timeouts)); in test_ReadTimeOut() 794 COMMTIMEOUTS timeouts; in test_waittxempty() local 817 ZeroMemory( &timeouts, sizeof(timeouts)); in test_waittxempty() 819 res = SetCommTimeouts(hcom, &timeouts); in test_waittxempty() 1027 COMMTIMEOUTS timeouts; in test_LoopbackRead() local 1048 ZeroMemory( &timeouts, sizeof(timeouts)); in test_LoopbackRead() 2026 COMMTIMEOUTS timeouts; in test_read_write() local [all …]
|
/reactos/sdk/lib/3rdparty/adns/ |
H A D | TODO | 2 * Make timeouts configurable.
|
H A D | changelog | 124 * Avoid infinite timeouts, causing lockup, when they should be zero !
|
/reactos/dll/win32/kernel32/wine/ |
H A D | comm.c | 482 COMMTIMEOUTS timeouts; in BuildCommDCBAndTimeoutsW() local 488 memset(&timeouts, 0, sizeof timeouts); in BuildCommDCBAndTimeoutsW() 497 if(lptimeouts) timeouts = *lptimeouts; in BuildCommDCBAndTimeoutsW() 506 result = COMM_BuildNewCommDCB(ptr, &dcb, &timeouts); in BuildCommDCBAndTimeoutsW() 511 if(lptimeouts) *lptimeouts = timeouts; in BuildCommDCBAndTimeoutsW()
|
/reactos/drivers/network/tcpip/lwip/src/ |
H A D | Filelists.mk | 51 $(LWIPDIR)/core/timeouts.c \
|
H A D | Filelists.cmake | 57 ${LWIP_DIR}/src/core/timeouts.c
|
/reactos/boot/freeldr/freeldr/ |
H A D | CHANGELOG | 57 - Adjusted detection timeouts for PS/2 and RS232 to the minimum
|
/reactos/drivers/network/tcpip/lwip/ |
H A D | CHANGELOG | 23 * dhcp: Enable custom config for timeouts, thresholds, backoff time 298 * Fix bug #52748: the bug in timeouts.c by reimplementing timer logic to use 515 * opt.h, timeouts.h/.c: added LWIP_TIMERS_CUSTOM to override the default 516 implementation of timeouts 1220 * timers.c: patch #8244 make timeouts usable reliably from outside of the 1369 * dhcp.c: patch #7843 Fix corner case with dhcp timeouts 1661 tcpip_thread processes messages or timeouts to implement a watchdog.
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | NEWS | 543 Reduce some fuzzer timeouts (Nick Wellnhofer),
|