Searched refs:last_flap (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/isisd/
H A Disis_adjacency.h98 u_int32_t last_flap; /* last time the adj flapped */ member in struct:isis_adjacency
H A Disis_adjacency.c89 adj->last_flap = time (NULL);
227 adj->last_flap = time (NULL);
271 adj->last_flap = time (NULL);
424 vty_out (vty, ", Last: %s ago", time2string (now - adj->last_flap));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/isisd/
H A Disis_adjacency.h98 u_int32_t last_flap; /* last time the adj flapped */ member in struct:isis_adjacency
H A Disis_adjacency.c89 adj->last_flap = time (NULL);
227 adj->last_flap = time (NULL);
271 adj->last_flap = time (NULL);
424 vty_out (vty, ", Last: %s ago", time2string (now - adj->last_flap));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/isisd/
H A Disis_adjacency.h98 u_int32_t last_flap; /* last time the adj flapped */ member in struct:isis_adjacency
H A Disis_adjacency.c89 adj->last_flap = time (NULL);
227 adj->last_flap = time (NULL);
271 adj->last_flap = time (NULL);
424 vty_out (vty, ", Last: %s ago", time2string (now - adj->last_flap));

Completed in 67 milliseconds