Searched refs:cu_total (Results 1 – 1 of 1) sorted by relevance
89 struct timeval cu_total; member153 cu->cu_total.tv_sec = -1; in clntudp_bufcreate()154 cu->cu_total.tv_usec = -1; in clntudp_bufcreate()272 if (cu->cu_total.tv_usec == -1) in clntudp_call()278 timeout = cu->cu_total; /* use default timeout */ in clntudp_call()511 cu->cu_total = *(struct timeval *) info; in clntudp_control()514 *(struct timeval *) info = cu->cu_total; in clntudp_control()
Completed in 4 milliseconds