Searched refs:keepalive (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_timer.c12 * Steve Whitehouse : Made keepalive timer part of the same
88 * Check for keepalive timeout. After the other timer 'cos if
91 * The keepalive function sends a link service packet to the
95 * we won't try and send another until scp->keepalive has passed
98 if (scp->keepalive && scp->keepalive_fxn && (scp->state == DN_RUN)) {
99 if ((jiffies - scp->stamp) >= scp->keepalive)
H A Daf_decnet.c534 scp->keepalive = 10 * HZ;
553 * many of these keepalive frames.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dslip.h112 unsigned char keepalive; /* keepalive seconds */ member in struct:slip
H A Dslip.c878 if (sl->keepalive) {
879 sl->keepalive_timer.expires=jiffies+sl->keepalive*HZ;
1165 if ((sl->keepalive = (unchar) tmp) != 0) {
1166 mod_timer(&sl->keepalive_timer, jiffies+sl->keepalive*HZ);
1175 if (put_user(sl->keepalive, p))
1218 to allow get/set outfill/keepalive parameter
1243 sl->keepalive = (unchar) *p;
1244 if (sl->keepalive != 0) {
1245 sl->keepalive_timer.expires=jiffies+sl->keepalive*HZ;
1246 mod_timer(&sl->keepalive_timer, jiffies+sl->keepalive*H
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_debug.c411 DEBUG_ON (keepalive, KEEPALIVE);
414 TERM_DEBUG_ON (keepalive, KEEPALIVE);
429 DEBUG_OFF (keepalive, KEEPALIVE);
432 TERM_DEBUG_OFF (keepalive, KEEPALIVE);
584 TERM_DEBUG_OFF (keepalive, KEEPALIVE);
614 if (BGP_DEBUG (keepalive, KEEPALIVE))
647 if (CONF_BGP_DEBUG (keepalive, KEEPALIVE))
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);
629 peer->keepalive = 0;
1198 group->conf->keepalive = 0;
1244 peer->keepalive = conf->keepalive;
2675 peer_timers_set (struct peer *peer, u_int32_t keepalive, u_int32_t holdtime)
2684 /* keepalive value check. */
2685 if (keepalive > 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_snmp.c434 peer->keepalive = intval;
560 return SNMP_INTEGER (peer->keepalive);
H A Dbgpd.h355 #define PEER_CONFIG_TIMER (1 << 1) /* keepalive & holdtime */
360 u_int32_t keepalive; member in struct:peer
H A Dbgp_fsm.c184 and keepalive must be turned off. */
261 /* BGP keepalive fire ! */
272 "%s [FSM] Timer (keepalive timer expire)",
433 /* Reset keepalive and holdtime */
436 peer->v_keepalive = peer->keepalive;
566 /* Send keepalive and make keepalive timer */
617 /* Status goes to Established. Send keepalive packet then make first
646 /* Reset uptime, send keepalive, send current table. */
H A Dbgp_packet.c698 /* Make keepalive packet and send it to the peer. */
707 /* Make keepalive packet. */
716 if (BGP_DEBUG (keepalive, KEEPALIVE))
1659 /* Keepalive treatment function -- get keepalive send keepalive */
1663 if (BGP_DEBUG (keepalive, KEEPALIVE))
H A Dbgp_vty.c652 unsigned long keepalive = 0;
657 VTY_GET_INTEGER ("keepalive", keepalive, argv[0]);
668 bgp_timers_set (bgp, keepalive, holdtime);
2765 u_int32_t keepalive;
2772 VTY_GET_INTEGER_RANGE ("Keepalive", keepalive, keep_str, 0, 65535);
2775 ret = peer_timers_set (peer, keepalive, holdtime);
6541 vty_out (vty, ", hold time is %d, keepalive interval is %d seconds%s",
6546 vty_out (vty, ", keepalive interval is %d seconds%s",
6547 p->keepalive, VTY_NEWLIN
645 unsigned long keepalive = 0; variable
2718 u_int32_t keepalive; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/tridge/
H A Dsmb.conf21 keepalive = 30
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddn.h124 unsigned long keepalive; member in struct:dn_scp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dprocess.c1331 extern int keepalive;
1374 if (keepalive && (t - last_keepalive_sent_time)>keepalive) {
1381 /* send a keepalive for a password server or the like.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dinterface.c339 int keepalive; /* keepalive value for SLIP */ member in struct:interface
1047 if (ptr->outfill || ptr->keepalive)
1048 printf(" Outfill:%d Keepalive:%d", ptr->outfill, ptr->keepalive);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/param/
H A Dloadparm.c78 int keepalive = DEFAULT_KEEPALIVE; variable
941 {"keepalive", P_INTEGER, P_GLOBAL, &keepalive, NULL, NULL, FLAG_ADVANCED},

Completed in 207 milliseconds