Searched refs:cu_total_timeout (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dclnt_udp.c112 struct timeval cu_total_timeout; member in struct:cu_data
189 cu->cu_total_timeout.tv_sec = -1;
190 cu->cu_total_timeout.tv_usec = -1;
191 if (total_timeout != NULL) cu->cu_total_timeout = *total_timeout;
334 if (cu->cu_total_timeout.tv_sec == -1)
342 timeout = cu->cu_total_timeout;
523 cu->cu_total_timeout = *(struct timeval *)info;
526 *(struct timeval *)info = cu->cu_total_timeout;

Completed in 100 milliseconds