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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_damp.c557 #define BGP_UPTIME_LEN 25
600 char timebuf[BGP_UPTIME_LEN];
618 peer_uptime (bdi->start_time, timebuf, BGP_UPTIME_LEN));
623 bgp_get_reuse_time (penalty, timebuf, BGP_UPTIME_LEN));
633 char timebuf[BGP_UPTIME_LEN];
649 return bgp_get_reuse_time (penalty, timebuf, BGP_UPTIME_LEN);
555 #define BGP_UPTIME_LEN macro
H A Dbgpd.h607 #define BGP_UPTIME_LEN 25 macro
H A Dbgp_vty.c5975 char timebuf[BGP_UPTIME_LEN];
6030 peer_uptime (peer->uptime, timebuf, BGP_UPTIME_LEN));
6489 char timebuf[BGP_UPTIME_LEN];
6534 peer_uptime (p->uptime, timebuf, BGP_UPTIME_LEN));
6538 vty_out (vty, " Last read %s", peer_uptime (p->readtime, timebuf, BGP_UPTIME_LEN));
H A Dbgp_route.c4048 #define BGP_UPTIME_LEN 25
4058 char timebuf[BGP_UPTIME_LEN];
4105 timebuf, BGP_UPTIME_LEN));
4033 #define BGP_UPTIME_LEN macro
H A Dbgpd.c3797 if (len < BGP_UPTIME_LEN)

Completed in 187 milliseconds