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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_timer.c12 * Steve Whitehouse : Made keepalive timer part of the same
89 * Check for keepalive timeout. After the other timer 'cos if
92 * The keepalive function sends a link service packet to the
96 * we won't try and send another until scp->keepalive has passed
99 if (scp->keepalive && scp->keepalive_fxn && (scp->state == DN_RUN)) {
100 if ((jiffies - scp->stamp) >= scp->keepalive)
H A Daf_decnet.c532 scp->keepalive = 10 * HZ;
555 * many of these keepalive frames.
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dslip.h113 unsigned char keepalive; /* keepalive seconds */ member in struct:slip
H A Dslip.c885 if (sl->keepalive) {
886 sl->keepalive_timer.expires=jiffies+sl->keepalive*HZ;
1190 if ((sl->keepalive = (unchar) tmp) != 0) {
1191 mod_timer(&sl->keepalive_timer, jiffies+sl->keepalive*HZ);
1200 if (put_user(sl->keepalive, (int *)arg))
1243 to allow get/set outfill/keepalive parameter
1267 sl->keepalive = (unchar) ((unsigned long)rq->ifr_data);
1268 if (sl->keepalive != 0) {
1269 sl->keepalive_timer.expires=jiffies+sl->keepalive*HZ;
1270 mod_timer(&sl->keepalive_timer, jiffies+sl->keepalive*H
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Ddn.h126 unsigned long keepalive; member in struct:dn_scp
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Ddn.h126 unsigned long keepalive; member in struct:dn_scp
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/tridge/
H A Dsmb.conf21 keepalive = 30
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dprocess.c1260 extern int keepalive;
1303 if (keepalive && (t - last_keepalive_sent_time)>keepalive) {
1310 /* send a keepalive for a password server or the like.
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinterface.c893 int keepalive; /* keepalive value for SLIP */ member in struct:interface
1283 ife->keepalive = 0;
1285 ife->keepalive = (unsigned int) ifr.ifr_data;
1987 if (ptr->outfill || ptr->keepalive)
1989 ptr->outfill, ptr->keepalive);
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dinterface.c928 int keepalive; /* keepalive value for SLIP */ member in struct:interface
1318 ife->keepalive = 0;
1320 ife->keepalive = (unsigned int) ifr.ifr_data;
2007 if (ptr->outfill || ptr->keepalive)
2009 ptr->outfill, ptr->keepalive);
/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dsysutil.c627 int keepalive = 1; local
628 int retval = setsockopt(fd, SOL_SOCKET, SO_KEEPALIVE, &keepalive,
629 sizeof(keepalive));
632 die("setsockopt: keepalive");
/asus-wl-520gu-7.0.1.45/src/router/samba/source/param/
H A Dloadparm.c78 int keepalive = DEFAULT_KEEPALIVE; variable
924 {"keepalive", P_INTEGER, P_GLOBAL, &keepalive, NULL, NULL, FLAG_ADVANCED},

Completed in 126 milliseconds