Home
last modified time | relevance | path

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; in input()
256 ifp->int_act_time = now.tv_sec; in input()
623 ifp->int_act_time = now.tv_sec; in input()
H A Dif.c884 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()
H A Dtable.c2826 if (ifp->int_act_time != NEVER && in age()
2827 now.tv_sec - ifp->int_act_time > EXPIRE_TIME) { in age()
2833 (now.tv_sec - ifp->int_act_time)/60, in age()
2834 (now.tv_sec - ifp->int_act_time)%60); in age()
H A Ddefs.h342 time_t int_act_time; /* last thought healthy (IS_REMOTE) */ member
H A Dparms.c407 ifp->int_act_time = NEVER; in gwkludge()