Home
last modified time | relevance | path

Searched defs:TIMEOUT (Results 1 – 6 of 6) sorted by relevance

/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/
H A Dmount_clnt.c24 static struct timeval TIMEOUT = { 25, 0 }; variable
H A Dnfs_clnt.c24 static struct timeval TIMEOUT = { 25, 0 }; variable
/nrf52832-nimble/rt-thread/components/utilities/zmodem/
H A Dzdef.h150 #define TIMEOUT (-2) macro
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dppp_impl.h108 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } while(… macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dppp_impl.h534 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } wh… macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dppp_impl.h535 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } wh… macro