Searched refs:lasthop (Results 1 – 1 of 1) sorted by relevance
2390 struct timeval lasthop; local2472 if (gettimeofday(&lasthop, NULL) == -1) {2477 memcpy(&last_wcount, &lasthop, sizeof(last_wcount));2478 memcpy(&last_status, &lasthop, sizeof(last_status));2608 if (now.tv_sec > lasthop.tv_sec ||2609 ( (now.tv_usec - lasthop.tv_usec) >= 300*1000 )) {2617 memcpy(&lasthop, &now, sizeof(lasthop));