Home
last modified time | relevance | path

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

/openbsd/usr.sbin/relayctl/
H A Drelayctl.c452 struct timeval tv_now; in show_session_msg() local
465 getmonotime(&tv_now); in show_session_msg()
466 print_time(&tv_now, &con->se_tv_start, a, sizeof(a)); in show_session_msg()
467 print_time(&tv_now, &con->se_tv_last, b, sizeof(b)); in show_session_msg()
/openbsd/usr.sbin/relayd/
H A Dhce.c198 struct timeval tv_now, tv_dur; in hce_notify_done() local
252 getmonotime(&tv_now); in hce_notify_done()
253 timersub(&tv_now, &host->cte.tv_start, &tv_dur); in hce_notify_done()
H A Drelayd.c1433 struct timeval tv_next, tv_now, tv; in event_again() local
1435 getmonotime(&tv_now); in event_again()
1437 timersub(&tv_now, start, &tv_now); in event_again()
1438 timersub(&tv_next, &tv_now, &tv_next); in event_again()
H A Dpfe.c813 struct timeval tv, tv_now; in pfe_statistics() local
818 getmonotime(&tv_now); in pfe_statistics()
H A Drelay.c377 struct timeval tv, tv_now; in relay_statistics() local
387 getmonotime(&tv_now); in relay_statistics()
426 timersub(&tv_now, &con->se_tv_last, &tv); in relay_statistics()
/openbsd/usr.sbin/httpd/
H A Dhttpd.c505 struct timeval tv_next, tv_now, tv; in event_again() local
507 getmonotime(&tv_now); in event_again()
509 timersub(&tv_now, start, &tv_now); in event_again()
510 timersub(&tv_next, &tv_now, &tv_next); in event_again()
/openbsd/usr.bin/ssh/
H A Dsk-usbhid.c393 struct timeval tv_start, tv_now, tv_delta; in sk_select_by_touch() local
425 monotime_tv(&tv_now); in sk_select_by_touch()
426 timersub(&tv_now, &tv_start, &tv_delta); in sk_select_by_touch()