Home
last modified time | relevance | path

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

/components/dfs/dfs_v1/filesystems/nfs/
A Dmount_clnt.c24 static struct timeval TIMEOUT = { 25, 0 }; variable
A Dnfs_clnt.c24 static struct timeval TIMEOUT = { 25, 0 }; variable
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dppp_impl.h108 #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 Dppp_impl.h535 #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 Dppp_impl.h534 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } wh… macro

Completed in 10 milliseconds