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

/freebsd-9.3-release/sbin/routed/
H A Dinput.c159 aifp->int_act_time = now.tv_sec;
220 aifp->int_act_time = now.tv_sec;
522 aifp->int_act_time = now.tv_sec;
H A Dif.c533 ifp->int_act_time = NEVER;
555 ifp->int_act_time = NEVER;
730 ifs0.int_act_time = now.tv_sec;
1037 ifp->int_act_time = now.tv_sec;
H A Dtable.c2120 if (ifp->int_act_time != NEVER
2121 && now.tv_sec - ifp->int_act_time > EXPIRE_TIME) {
2126 (long)(now.tv_sec - ifp->int_act_time)/60,
2127 (long)(now.tv_sec - ifp->int_act_time)%60);
H A Ddefs.h284 time_t int_act_time; /* last thought healthy */ member in struct:interface
H A Dparms.c331 ifp->int_act_time = NEVER;

Completed in 117 milliseconds