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

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dinput.c163 aifp->int_act_time = now.tv_sec;
218 aifp->int_act_time = now.tv_sec;
527 aifp->int_act_time = now.tv_sec;
H A Dif.c551 ifp->int_act_time = NEVER;
573 ifp->int_act_time = NEVER;
767 ifs0.int_act_time = now.tv_sec;
1074 ifp->int_act_time = now.tv_sec;
H A Dtable.c2140 if (ifp->int_act_time != NEVER
2141 && now.tv_sec - ifp->int_act_time > EXPIRE_TIME) {
2146 (long long)(now.tv_sec - ifp->int_act_time)/60,
2147 (long long)(now.tv_sec - ifp->int_act_time)%60);
H A Ddefs.h302 time_t int_act_time; /* last thought healthy */ member in struct:interface
H A Dparms.c334 ifp->int_act_time = NEVER;

Completed in 115 milliseconds