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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dslip.h111 unsigned char outfill; /* # of sec between outfill packet */ member in struct:slip
H A Dslip.c417 clear_bit(SLF_OUTWAIT, &sl->flags); /* reset outfill flag */
882 if (sl->outfill) {
883 sl->outfill_timer.expires=jiffies+sl->outfill*HZ;
1189 if ((sl->outfill = (unchar) tmp) != 0){
1190 mod_timer(&sl->outfill_timer, jiffies+sl->outfill*HZ);
1199 if (put_user(sl->outfill, p))
1218 to allow get/set outfill/keepalive parameter
1262 if ((sl->outfill = (unchar)*p) != 0){
1263 mod_timer(&sl->outfill_timer, jiffies+sl->outfill*HZ);
1271 *p = sl->outfill;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dinterface.c340 int outfill; /* outfill value for SLIP */ member in struct:interface
1047 if (ptr->outfill || ptr->keepalive)
1048 printf(" Outfill:%d Keepalive:%d", ptr->outfill, ptr->keepalive);

Completed in 78 milliseconds