Searched defs:TIMEOUT (Results 1 – 5 of 5) sorted by relevance
| /components/dfs/dfs_v1/filesystems/nfs/ |
| A D | mount_clnt.c | 24 static struct timeval TIMEOUT = { 25, 0 }; variable
|
| A D | nfs_clnt.c | 24 static struct timeval TIMEOUT = { 25, 0 }; variable
|
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | ppp_impl.h | 108 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } while(… macro
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | ppp_impl.h | 535 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } wh… macro
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | ppp_impl.h | 534 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } wh… macro
|
Completed in 10 milliseconds