Lines Matching refs:tv
280 struct timeval tv;
283 gettimeofday(&tv, NULL);
292 if (STATUS_DIFF(data, tv) > timeout) {
333 struct timeval tv;
344 gettimeofday(&tv, NULL);
346 if (STATUS_DIFF(server->common, tv) > timeout) {
350 server->common->last_status_change.tv_sec = tv.tv_sec;
354 if (server->common->rhostent && STATUS_DIFF(server->common, tv) >
372 struct timeval tv;
387 gettimeofday(&tv, NULL);
388 if (STATUS_DIFF(server, tv) > timeout) {
393 server->last_status_change.tv_sec = tv.tv_sec;
1077 struct timeval tv, void *pvt)
1090 struct timeval tv;
1094 tv = tevent_timeval_current();
1095 tv = tevent_timeval_add(&tv, timeout_seconds, 0);
1096 state->timeout_handler = tevent_add_timer(ev, state, tv,