Home
last modified time | relevance | path

Searched refs:cu_wait (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/3rdparty/libtirpc/src/
H A Dclnt_dg.c125 struct timeval cu_wait; /* retransmit interval */ member
250 cu->cu_wait.tv_sec = 15; /* heuristically chosen */
251 cu->cu_wait.tv_usec = 0;
365 nextsend_time = cu->cu_wait.tv_sec * 1000 + cu->cu_wait.tv_usec / 1000;
421 nextsend_time = cu->cu_wait.tv_sec * 1000 + cu->cu_wait.tv_usec / 1000;
703 cu->cu_wait = *(struct timeval *)info;
706 *(struct timeval *)info = cu->cu_wait;