Searched refs:holdtime (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-pim.c845 u_int16_t holdtime; local
864 holdtime = EXTRACT_16BITS(&bp[2]);
867 (void)printf(", holdtime: ");
868 if (holdtime == 0xffff)
871 relts_print(holdtime);
974 (void)printf(",holdtime=");
1026 (void)printf(" holdtime=");
H A Dprint-eigrp.c117 u_int8_t holdtime[2]; member in struct:eigrp_tlv_general_parm_t
305 printf("\n\t holdtime: %us, k1 %u, k2 %u, k3 %u, k4 %u, k5 %u",
306 EXTRACT_16BITS(tlv_ptr.eigrp_tlv_general_parm->holdtime),
H A Dprint-isoclns.c1023 u_int8_t holdtime[2]; member in struct:esis_header_t
1096 printf(", holding time: %us, length indicator: %u",EXTRACT_16BITS(esis_header->holdtime),li);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgpd.c276 bgp_timers_set (struct bgp *bgp, u_int32_t keepalive, u_int32_t holdtime)
278 bgp->default_keepalive = (keepalive < holdtime / 3
279 ? keepalive : holdtime / 3);
280 bgp->default_holdtime = holdtime;
628 peer->holdtime = 0;
1199 group->conf->holdtime = 0;
1243 peer->holdtime = conf->holdtime;
2675 peer_timers_set (struct peer *peer, u_int32_t keepalive, u_int32_t holdtime)
2689 if (holdtime > 6553
269 bgp_timers_set(struct bgp *bgp, u_int32_t keepalive, u_int32_t holdtime) argument
2653 peer_timers_set(struct peer *peer, u_int32_t keepalive, u_int32_t holdtime) argument
[all...]
H A Dbgp_packet.c738 send_holdtime = peer->holdtime;
766 zlog_info ("%s sending OPEN, version %d, my as %d, holdtime %d, id %s",
1121 u_int16_t holdtime;
1136 holdtime = stream_getw (peer->ibuf);
1142 zlog_info ("%s rcv OPEN, version %d, remote-as %d, holdtime %d, id %s",
1143 peer->host, version, remote_as, holdtime,
1283 if (holdtime < 3 && holdtime != 0)
1298 send_holdtime = peer->holdtime;
1302 if (holdtime < send_holdtim
1119 u_int16_t holdtime; local
[all...]
H A Dbgp_snmp.c429 peer->holdtime = intval;
553 return SNMP_INTEGER (peer->holdtime);
H A Dbgpd.h355 #define PEER_CONFIG_TIMER (1 << 1) /* keepalive & holdtime */
359 u_int32_t holdtime; member in struct:peer
H A Dbgp_fsm.c183 /* Same as OpenConfirm, if holdtime is zero then both holdtime
241 /* BGP holdtime timer. */
252 "%s [FSM] Timer (holdtime timer expire)",
433 /* Reset keepalive and holdtime */
437 peer->v_holdtime = peer->holdtime;
H A Dbgp_vty.c653 unsigned long holdtime = 0;
658 VTY_GET_INTEGER ("holdtime", holdtime, argv[1]);
661 if (holdtime < 3 && holdtime != 0)
668 bgp_timers_set (bgp, keepalive, holdtime);
2766 u_int32_t holdtime;
2773 VTY_GET_INTEGER_RANGE ("Holdtime", holdtime, hold_str, 0, 65535);
2775 ret = peer_timers_set (peer, keepalive, holdtime);
6545 vty_out (vty, " Configured hold time is %d", p->holdtime);
646 unsigned long holdtime = 0; variable
2719 u_int32_t holdtime; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dglock.c719 unsigned long holdtime, now = jiffies; local
720 holdtime = gl->gl_tchange + gl->gl_ops->go_min_hold_time;
721 if (time_before(now, holdtime))
722 delay = holdtime - now;
1307 unsigned long holdtime; local
1311 holdtime = gl->gl_tchange + gl->gl_ops->go_min_hold_time;
1312 if (time_before(now, holdtime))
1313 delay = holdtime - now;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dlockdep.c251 u64 holdtime; local
256 holdtime = lockstat_clock() - hlock->holdtime_stamp;
260 lock_time_inc(&stats->read_holdtime, holdtime);
262 lock_time_inc(&stats->write_holdtime, holdtime);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dhfa384x.h1360 hfa384x_corereset(hfa384x_t *hw, int holdtime, int settletime, int genesis);
H A Dhfa384x_usb.c1198 * holdtime how long (in ms) to hold the reset
1210 int hfa384x_corereset(hfa384x_t *hw, int holdtime, int settletime, int genesis) argument

Completed in 139 milliseconds