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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/bgpd/
H A Dbgp_packet.c872 u_int16_t send_holdtime; local
876 send_holdtime = peer->holdtime;
878 send_holdtime = peer->bgp->default_holdtime;
895 stream_putw (s, send_holdtime); /* Hold Time */
907 send_holdtime, inet_ntoa (peer->local_id));
1244 u_int16_t send_holdtime; local
1544 send_holdtime = peer->holdtime;
1546 send_holdtime = peer->bgp->default_holdtime;
1548 if (holdtime < send_holdtime)
1551 peer->v_holdtime = send_holdtime;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_packet.c872 u_int16_t send_holdtime; local
876 send_holdtime = peer->holdtime;
878 send_holdtime = peer->bgp->default_holdtime;
895 stream_putw (s, send_holdtime); /* Hold Time */
907 send_holdtime, inet_ntoa (peer->local_id));
1244 u_int16_t send_holdtime; local
1544 send_holdtime = peer->holdtime;
1546 send_holdtime = peer->bgp->default_holdtime;
1548 if (holdtime < send_holdtime)
1551 peer->v_holdtime = send_holdtime;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_packet.c872 u_int16_t send_holdtime; local
876 send_holdtime = peer->holdtime;
878 send_holdtime = peer->bgp->default_holdtime;
895 stream_putw (s, send_holdtime); /* Hold Time */
907 send_holdtime, inet_ntoa (peer->local_id));
1244 u_int16_t send_holdtime; local
1544 send_holdtime = peer->holdtime;
1546 send_holdtime = peer->bgp->default_holdtime;
1548 if (holdtime < send_holdtime)
1551 peer->v_holdtime = send_holdtime;
[all...]

Completed in 107 milliseconds