Searched refs:int_act_time (Results 1 – 5 of 5) sorted by relevance
179 ifp->int_act_time = now.tv_sec; in input()256 ifp->int_act_time = now.tv_sec; in input()623 ifp->int_act_time = now.tv_sec; in input()
884 ifp->int_act_time = NEVER; in if_sick()913 ifp->int_act_time = NEVER; in if_bad()1511 ifp->int_act_time = now.tv_sec; in ifscan()
2827 if (ifp->int_act_time != NEVER && in age()2828 now.tv_sec - ifp->int_act_time > EXPIRE_TIME) { in age()2834 (now.tv_sec - ifp->int_act_time)/60, in age()2835 (now.tv_sec - ifp->int_act_time)%60); in age()
342 time_t int_act_time; /* last thought healthy (IS_REMOTE) */ member
407 ifp->int_act_time = NEVER; in gwkludge()