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

/freebsd-10.2-release/lib/libc/rpc/
H A Dsvc_vc.c106 struct timeval last_recv_time; member in struct:cf_conn
362 gettimeofday(&cd->last_recv_time, NULL);
487 gettimeofday(&cfp->last_recv_time, NULL);
509 gettimeofday(&cfp->last_recv_time, NULL);
789 timersub(&tv, &cd->last_recv_time, &tdiff);
796 if (tv.tv_sec - cd->last_recv_time.tv_sec > timeout) {

Completed in 74 milliseconds