HomeSort by: relevance | last modified time | path
    Searched refs:int_act_time (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/routed/
input.c 163 aifp->int_act_time = now.tv_sec;
218 aifp->int_act_time = now.tv_sec;
527 aifp->int_act_time = now.tv_sec;
if.c 551 ifp->int_act_time = NEVER;
573 ifp->int_act_time = NEVER;
767 ifs0.int_act_time = now.tv_sec;
1063 ifp->int_act_time = now.tv_sec;
table.c 2139 if (ifp->int_act_time != NEVER
2140 && now.tv_sec - ifp->int_act_time > EXPIRE_TIME) {
2145 (long long)(now.tv_sec - ifp->int_act_time)/60,
2146 (long long)(now.tv_sec - ifp->int_act_time)%60);
defs.h 289 time_t int_act_time; /* last thought healthy */ member in struct:interface
parms.c 334 ifp->int_act_time = NEVER;

Completed in 33 milliseconds