/reactos/drivers/network/tcpip/lwip/src/core/ |
H A D | altcp.c | 514 altcp_keepalive_enable(struct altcp_pcb *conn, u32_t idle, u32_t intvl, u32_t count) in altcp_keepalive_enable() argument 517 conn->fns->keepalive_enable(conn, idle, intvl, count); in altcp_keepalive_enable() 697 altcp_default_keepalive_enable(struct altcp_pcb *conn, u32_t idle, u32_t intvl, u32_t count) in altcp_default_keepalive_enable() argument 700 altcp_keepalive_enable(conn->inner_conn, idle, intvl, count); in altcp_default_keepalive_enable()
|
H A D | altcp_tcp.c | 467 altcp_tcp_keepalive_enable(struct altcp_pcb *conn, u32_t idle, u32_t intvl, u32_t cnt) in altcp_tcp_keepalive_enable() argument 473 pcb->keep_idle = idle ? idle : TCP_KEEPIDLE_DEFAULT; in altcp_tcp_keepalive_enable()
|
/reactos/drivers/network/tcpip/lwip/src/include/lwip/priv/ |
H A D | altcp_priv.h | 90 typedef void (*altcp_keepalive_enable_fn)(struct altcp_pcb *conn, u32_t idle, u32_t intvl, u32_t c… 147 void altcp_default_keepalive_enable(struct altcp_pcb *conn, u32_t idle, u32_t intvl, u32_t count);
|
/reactos/base/applications/network/ftp/ |
H A D | cmdtab.c | 119 { "idle", idlehelp, 0, 1, 1, idle },
|
H A D | prototypes.h | 98 void idle(int argc, const char *argv[]);
|
H A D | cmds.c | 1581 void idle(int argc, const char *argv[]) in idle() function
|
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | auth.c | 1325 struct ppp_idle idle; in check_idle() local 1329 if (!get_idle_time(pcb, &idle)) in check_idle() 1333 tlim = idle_time_hook(&idle); in check_idle() 1336 itime = LWIP_MIN(idle.xmit_idle, idle.recv_idle); in check_idle()
|
/reactos/media/doc/ |
H A D | INTERNALS | 40 the IRQL level drops below DISPATCH_LEVEL or the processor becomes idle. When
|
H A D | notes | 18 it needs to synchronize with KeInsertDpcQueue. Also the idle thread 21 will be executed as soon as the processor is idle rather than
|
/reactos/drivers/network/tcpip/lwip/src/include/lwip/ |
H A D | altcp.h | 135 void altcp_keepalive_enable(struct altcp_pcb *conn, u32_t idle, u32_t intvl, u32_t count);
|
/reactos/ |
H A D | PULL_REQUEST_MANAGEMENT.md | 3 For the sake of trying to maintain an acceptable number of open but idle PRs, the following rules s…
|
/reactos/dll/cpl/access/lang/ |
H A D | bg-BG.rc | 89 AUTOCHECKBOX "&Turn off accessibility features after idle for:",
|
H A D | he-IL.rc | 91 AUTOCHECKBOX "&Turn off accessibility features after idle for:",
|
H A D | en-US.rc | 89 AUTOCHECKBOX "&Turn off accessibility features after idle for:",
|
H A D | sk-SK.rc | 91 AUTOCHECKBOX "&Turn off accessibility features after idle for:",
|
/reactos/dll/win32/modemui/lang/ |
H A D | he-IL.rc | 128 AUTOCHECKBOX "&Disconnect a call if idle for more than", 1042, 19, 38, 143, 10
|
H A D | en-US.rc | 128 AUTOCHECKBOX "&Disconnect a call if idle for more than", 1042, 19, 38, 143, 10
|
H A D | no-NO.rc | 128 AUTOCHECKBOX "&Disconnect a call if idle for more than", 1042, 19, 38, 143, 10
|
/reactos/sdk/include/reactos/mc/ |
H A D | ntstatus.mc | 4683 Debugger has found the application is not idle.
|
H A D | netmsgmsg.mc | 1127 This printer destination is idle and cannot accept control operations. 1133 This printer destination is idle and cannot accept control operations. 1136 This printer destination is idle and cannot accept control operations. 1139 This printer destination is idle and cannot accept control operations. 1142 This printer destination is idle and cannot accept control operations. 1145 This printer destination is idle and cannot accept control operations. 1148 This printer destination is idle and cannot accept control operations.
|
/reactos/boot/bootdata/ |
H A D | hivesys.inf | 2252 BITS_SERVICE_DESCRIPTION="Transfers files in the background using idle network bandwidth."
|