Home
last modified time | relevance | path

Searched refs:TIMEOUT (Results 1 – 24 of 24) sorted by relevance

/reactos/modules/rostests/winetests/kernel32/
H A Dcomm.c784 ok( timediff > TIMEOUT>>2 && timediff < TIMEOUT *2, in test_ReadTimeOut()
1101 ok( (diff > TIMEOUT - TIMEDELTA) && (diff < TIMEOUT + TIMEDELTA), in test_LoopbackRead()
1372 Sleep(TIMEOUT >>1); in test_WaitRx()
1395 ok ((diff > (TIMEOUT>>1) -TIMEDELTA) && (diff < (TIMEOUT>>1) + TIMEDELTA), in test_WaitRx()
1451 args[0]= TIMEOUT >>1; in test_WaitCts()
1499 ok ((diff > (TIMEOUT>>1) -TIMEDELTA) && (diff < (TIMEOUT>>1) + TIMEDELTA), in test_WaitCts()
1589 ok ((diff > (TIMEOUT>>1) -TIMEDELTA) && (diff < (TIMEOUT>>1) + TIMEDELTA), in test_AbortWaitCts()
1665 ok ((diff > (TIMEOUT>>1) -TIMEDELTA) && (diff < (TIMEOUT>>1) + TIMEDELTA), in test_WaitDsr()
1753 ok ((diff > (TIMEOUT>>1) -TIMEDELTA) && (diff < (TIMEOUT>>1) + TIMEDELTA), in test_WaitRing()
1834 ok ((diff > (TIMEOUT>>1) -TIMEDELTA) && (diff < (TIMEOUT>>1) + TIMEDELTA), in test_WaitDcd()
[all …]
/reactos/base/services/w32time/
H A Dntpclient.c12 #define TIMEOUT 4000 /* 4 second timeout */ macro
114 timeVal.tv_sec = TIMEOUT / 1000; in ReceiveData()
115 timeVal.tv_usec = TIMEOUT % 1000; in ReceiveData()
/reactos/base/applications/cmdutils/timeout/lang/
H A Dru-RU.rc7 TIMEOUT [/?] [/T] таймаут [/NOBREAK]\n\
H A Dzh-CN.rc7 TIMEOUT [/?] [/T] delay [/NOBREAK]\n\
H A Dzh-TW.rc14 TIMEOUT [/?] [/T] delay [/NOBREAK]\n\
H A Dde-DE.rc7 TIMEOUT [/?] [/T] Zeit [/NOBREAK]\n\
H A Den-US.rc7 TIMEOUT [/?] [/T] delay [/NOBREAK]\n\
H A Dit-IT.rc7 TIMEOUT [/?] [/T] tempo [/NOBREAK]\n\
H A Dpl-PL.rc7 TIMEOUT [/?] [/T] limit_czasu [/NOBREAK]\n\
H A Dfr-FR.rc7 TIMEOUT [/?] [/T] délai [/NOBREAK]\n\
H A Dtr-TR.rc14 TIMEOUT [/?] [/T] gecikme [/NOBREAK]\n\
H A Dro-RO.rc14 TIMEOUT [/?] [/T] timp [/NOBREAK]\n\
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dfsm.c225 TIMEOUT(fsm_timeout, f, pcb->settings.fsm_timeout_time); in terminate_layer()
284 TIMEOUT(fsm_timeout, f, pcb->settings.fsm_timeout_time); in fsm_timeout()
598 TIMEOUT(fsm_timeout, f, pcb->settings.fsm_timeout_time); in fsm_rtermreq()
761 TIMEOUT(fsm_timeout, f, pcb->settings.fsm_timeout_time); in fsm_sconfreq()
H A Dupap.c194 TIMEOUT(upap_reqtimeout, pcb, pcb->settings.pap_req_timeout); in upap_authpeer()
254 TIMEOUT(upap_reqtimeout, pcb, pcb->settings.pap_req_timeout); in upap_lowerup()
560 TIMEOUT(upap_timeout, pcb, pcb->settings.pap_timeout_time); in upap_sauthreq()
H A Dauth.c1220 TIMEOUT(check_idle, (void*)pcb, tlim); in np_up()
1229 TIMEOUT(connect_time_expired, (void*)pcb, pcb->settings.maxconnect); in np_up()
1234 TIMEOUT(check_maxoctets, NULL, maxoctets_timeout); in np_up()
1312 TIMEOUT(check_maxoctets, NULL, maxoctets_timeout);
1350 TIMEOUT(check_idle, (void*)pcb, tlim); in check_idle()
H A Deap.c241 TIMEOUT(eap_client_timeout, pcb, in eap_authwithpeer()
867 TIMEOUT(eap_server_timeout, pcb, pcb->settings.eap_timeout_time); in eap_send_request()
1710 TIMEOUT(eap_client_timeout, pcb, in eap_request()
1902 TIMEOUT(eap_rechallenge, pcb, pcb->eap.es_rechallenge); in eap_response()
1968 TIMEOUT(eap_rechallenge, pcb, in eap_response()
1971 TIMEOUT(srp_lwrechallenge, pcb, in eap_response()
2001 TIMEOUT(srp_lwrechallenge, esp, in eap_response()
H A Dchap-new.c250 TIMEOUT(chap_timeout, arg, pcb->settings.chap_timeout_time); in chap_timeout()
398 TIMEOUT(chap_timeout, pcb,
H A Dccp.c1693 TIMEOUT(ccp_rack_timeout, f, RACKTIMEOUT); in ccp_datainput()
1719 TIMEOUT(ccp_rack_timeout, f, RACKTIMEOUT); in ccp_resetrequest()
1734 TIMEOUT(ccp_rack_timeout, f, RACKTIMEOUT); in ccp_rack_timeout()
H A DPPPD_FOLLOWUP91 2010-09-11 - chat: Allow TIMEOUT value to come from environment variable
H A Dlcp.c2669 TIMEOUT (LcpEchoTimeout, f, pcb->settings.lcp_echo_interval); in LcpEchoCheck()
/reactos/modules/rostests/apitests/cmd/
H A Dfc.c555 #define TIMEOUT (10 * 1000) in DoTestEntry() macro
556 WaitForSingleObject(pi.hProcess, TIMEOUT); in DoTestEntry()
H A Dcmd.c10 #define TIMEOUT 3000 macro
427 dwWait = WaitForSingleObject(pi.hProcess, TIMEOUT); in DoTestEntry()
/reactos/dll/3rdparty/libtirpc/src/
H A Drpc_generic.c450 struct timeval TIMEOUT = {25, 0}; local
453 (xdrproc_t) xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/
H A Dppp_impl.h537 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } wh… macro