Searched refs:BGP_UPTIME_LEN (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/bgpd/
H A Dbgp_damp.c585 char timebuf[BGP_UPTIME_LEN];
606 peer_uptime (bdi->start_time, timebuf, BGP_UPTIME_LEN));
611 bgp_get_reuse_time (penalty, timebuf, BGP_UPTIME_LEN));
H A Dbgpd.h769 #define BGP_UPTIME_LEN 25 macro
H A Dbgp_vty.c6936 char timebuf[BGP_UPTIME_LEN];
7010 peer_uptime (peer->uptime, timebuf, BGP_UPTIME_LEN));
7558 char timebuf[BGP_UPTIME_LEN];
7606 peer_uptime (p->uptime, timebuf, BGP_UPTIME_LEN));
7617 vty_out (vty, " Last read %s", peer_uptime (p->readtime, timebuf, BGP_UPTIME_LEN));
7839 peer_uptime (p->resettime, timebuf, BGP_UPTIME_LEN),
8277 char timebuf[BGP_UPTIME_LEN];
8327 vty_out (vty, "%8s", peer_uptime (rsclient->uptime, timebuf, BGP_UPTIME_LEN));
H A Dbgp_route.c5846 char timebuf[BGP_UPTIME_LEN];
5864 vty_out (vty, "%s ", bgp_damp_reuse_time_vty (vty, binfo, timebuf, BGP_UPTIME_LEN));
5887 char timebuf[BGP_UPTIME_LEN];
5919 timebuf, BGP_UPTIME_LEN));
5923 vty_out (vty, "%s ", bgp_damp_reuse_time_vty (vty, binfo, timebuf, BGP_UPTIME_LEN));
H A Dbgpd.c4683 if (len < BGP_UPTIME_LEN)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_damp.c585 char timebuf[BGP_UPTIME_LEN];
606 peer_uptime (bdi->start_time, timebuf, BGP_UPTIME_LEN));
611 bgp_get_reuse_time (penalty, timebuf, BGP_UPTIME_LEN));
H A Dbgpd.h769 #define BGP_UPTIME_LEN 25 macro
H A Dbgp_vty.c6936 char timebuf[BGP_UPTIME_LEN];
7010 peer_uptime (peer->uptime, timebuf, BGP_UPTIME_LEN));
7558 char timebuf[BGP_UPTIME_LEN];
7606 peer_uptime (p->uptime, timebuf, BGP_UPTIME_LEN));
7617 vty_out (vty, " Last read %s", peer_uptime (p->readtime, timebuf, BGP_UPTIME_LEN));
7839 peer_uptime (p->resettime, timebuf, BGP_UPTIME_LEN),
8277 char timebuf[BGP_UPTIME_LEN];
8327 vty_out (vty, "%8s", peer_uptime (rsclient->uptime, timebuf, BGP_UPTIME_LEN));
H A Dbgp_route.c5846 char timebuf[BGP_UPTIME_LEN];
5864 vty_out (vty, "%s ", bgp_damp_reuse_time_vty (vty, binfo, timebuf, BGP_UPTIME_LEN));
5887 char timebuf[BGP_UPTIME_LEN];
5919 timebuf, BGP_UPTIME_LEN));
5923 vty_out (vty, "%s ", bgp_damp_reuse_time_vty (vty, binfo, timebuf, BGP_UPTIME_LEN));
H A Dbgpd.c4683 if (len < BGP_UPTIME_LEN)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_damp.c585 char timebuf[BGP_UPTIME_LEN];
606 peer_uptime (bdi->start_time, timebuf, BGP_UPTIME_LEN));
611 bgp_get_reuse_time (penalty, timebuf, BGP_UPTIME_LEN));
H A Dbgpd.h769 #define BGP_UPTIME_LEN 25 macro
H A Dbgp_vty.c6936 char timebuf[BGP_UPTIME_LEN];
7010 peer_uptime (peer->uptime, timebuf, BGP_UPTIME_LEN));
7558 char timebuf[BGP_UPTIME_LEN];
7606 peer_uptime (p->uptime, timebuf, BGP_UPTIME_LEN));
7617 vty_out (vty, " Last read %s", peer_uptime (p->readtime, timebuf, BGP_UPTIME_LEN));
7839 peer_uptime (p->resettime, timebuf, BGP_UPTIME_LEN),
8277 char timebuf[BGP_UPTIME_LEN];
8327 vty_out (vty, "%8s", peer_uptime (rsclient->uptime, timebuf, BGP_UPTIME_LEN));
H A Dbgp_route.c5846 char timebuf[BGP_UPTIME_LEN];
5864 vty_out (vty, "%s ", bgp_damp_reuse_time_vty (vty, binfo, timebuf, BGP_UPTIME_LEN));
5887 char timebuf[BGP_UPTIME_LEN];
5919 timebuf, BGP_UPTIME_LEN));
5923 vty_out (vty, "%s ", bgp_damp_reuse_time_vty (vty, binfo, timebuf, BGP_UPTIME_LEN));
H A Dbgpd.c4683 if (len < BGP_UPTIME_LEN)

Completed in 281 milliseconds