Searched defs:TIMEOUT (Results 1 – 6 of 6) sorted by relevance
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/ |
H A D | mount_clnt.c | 24 static struct timeval TIMEOUT = { 25, 0 }; variable
|
H A D | nfs_clnt.c | 24 static struct timeval TIMEOUT = { 25, 0 }; variable
|
/nrf52832-nimble/rt-thread/components/utilities/zmodem/ |
H A D | zdef.h | 150 #define TIMEOUT (-2) macro
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | ppp_impl.h | 108 #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 D | ppp_impl.h | 534 #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 D | ppp_impl.h | 535 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } wh… macro
|