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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c179 ifp->int_act_time = now.tv_sec;
256 ifp->int_act_time = now.tv_sec;
623 ifp->int_act_time = now.tv_sec;
H A Dif.c884 ifp->int_act_time = NEVER;
913 ifp->int_act_time = NEVER;
1511 ifp->int_act_time = now.tv_sec;
H A Ddefs.h342 time_t int_act_time; /* last thought healthy (IS_REMOTE) */ member in struct:interface
H A Dtable.c2827 if (ifp->int_act_time != NEVER &&
2828 now.tv_sec - ifp->int_act_time > EXPIRE_TIME) {
2834 (now.tv_sec - ifp->int_act_time)/60,
2835 (now.tv_sec - ifp->int_act_time)%60);
H A Dparms.c407 ifp->int_act_time = NEVER;

Completed in 73 milliseconds