Searched refs:BGP_TIMER_ON (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_fsm.h29 #define BGP_TIMER_ON(T,F,V) THREAD_TIMER_ON(master,T,F,peer,V) macro
H A Dbgp_fsm.c95 BGP_TIMER_ON (peer->t_start, bgp_start_timer,
110 BGP_TIMER_ON (peer->t_connect, bgp_connect_timer, peer->v_connect);
128 BGP_TIMER_ON (peer->t_connect, bgp_connect_timer, peer->v_connect);
142 BGP_TIMER_ON (peer->t_holdtime, bgp_holdtime_timer,
168 BGP_TIMER_ON (peer->t_holdtime, bgp_holdtime_timer,
170 BGP_TIMER_ON (peer->t_keepalive, bgp_keepalive_timer,
192 BGP_TIMER_ON (peer->t_holdtime, bgp_holdtime_timer,
194 BGP_TIMER_ON (peer->t_keepalive, bgp_keepalive_timer,
298 BGP_TIMER_ON (peer->t_routeadv, bgp_routeadv_timer,
675 BGP_TIMER_ON (pee
[all...]

Completed in 141 milliseconds