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

/freebsd-12-stable/lib/libc/rpc/
H A Dsvc_vc.c107 struct timeval last_recv_time; member in struct:cf_conn
366 gettimeofday(&cd->last_recv_time, NULL);
477 gettimeofday(&cfp->last_recv_time, NULL);
499 gettimeofday(&cfp->last_recv_time, NULL);
763 timersub(&tv, &cd->last_recv_time, &tdiff);
770 if (tv.tv_sec - cd->last_recv_time.tv_sec > timeout) {

Completed in 114 milliseconds