clnt_dg.c | 327 struct timeval next_sendtime, starttime, time_waited, tv; local in function:clnt_dg_call 357 retransmit_time = next_sendtime = cu->cu_wait; 404 if (timercmp(&next_sendtime, &timeout, <)) 405 timersub(&next_sendtime, &time_waited, &tv); 448 if (timercmp(&time_waited, &next_sendtime, >)) { 453 timeradd(&next_sendtime, &retransmit_time, 454 &next_sendtime);
|