Searched refs:ts_last_progress (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospfd/
H A Dospf_neighbor.h87 struct timeval ts_last_progress; /* last advance of NSM */ member in struct:ospf_neighbor
H A Dospf_nsm.c617 nbr->ts_last_progress = recent_relative_time ();
H A Dospf_vty.c3221 if (nbr->ts_last_progress.tv_sec || nbr->ts_last_progress.tv_usec)
3224 = tv_sub (recent_relative_time (), nbr->ts_last_progress);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospfd/
H A Dospf_neighbor.h87 struct timeval ts_last_progress; /* last advance of NSM */ member in struct:ospf_neighbor
H A Dospf_nsm.c617 nbr->ts_last_progress = recent_relative_time ();
H A Dospf_vty.c3221 if (nbr->ts_last_progress.tv_sec || nbr->ts_last_progress.tv_usec)
3224 = tv_sub (recent_relative_time (), nbr->ts_last_progress);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospfd/
H A Dospf_neighbor.h87 struct timeval ts_last_progress; /* last advance of NSM */ member in struct:ospf_neighbor
H A Dospf_nsm.c617 nbr->ts_last_progress = recent_relative_time ();
H A Dospf_vty.c3221 if (nbr->ts_last_progress.tv_sec || nbr->ts_last_progress.tv_usec)
3224 = tv_sub (recent_relative_time (), nbr->ts_last_progress);

Completed in 102 milliseconds