Searched refs:BGP_TIMER_OFF (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_fsm.c90 BGP_TIMER_OFF (peer->t_start);
98 BGP_TIMER_OFF (peer->t_connect);
99 BGP_TIMER_OFF (peer->t_holdtime);
100 BGP_TIMER_OFF (peer->t_keepalive);
101 BGP_TIMER_OFF (peer->t_asorig);
102 BGP_TIMER_OFF (peer->t_routeadv);
109 BGP_TIMER_OFF (peer->t_start);
111 BGP_TIMER_OFF (peer->t_holdtime);
112 BGP_TIMER_OFF (peer->t_keepalive);
113 BGP_TIMER_OFF (pee
[all...]
H A Dbgp_fsm.h30 #define BGP_TIMER_OFF(X) THREAD_TIMER_OFF(X) macro
H A Dbgpd.c1046 BGP_TIMER_OFF (peer->t_start);
1047 BGP_TIMER_OFF (peer->t_connect);
1048 BGP_TIMER_OFF (peer->t_holdtime);
1049 BGP_TIMER_OFF (peer->t_keepalive);
1050 BGP_TIMER_OFF (peer->t_asorig);
1051 BGP_TIMER_OFF (peer->t_routeadv);

Completed in 156 milliseconds