Home
last modified time | relevance | path

Searched refs:wslotr (Results 1 – 11 of 11) sorted by relevance

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcfn3.c346 rpsiz, urpsiz, spsizr, spmax, wslotr; in dofast()
353 wslotr = maxbufsiz / maxpktsiz; in dofast()
354 if (wslotr > MAXWS) /* Window slots */ in dofast()
355 wslotr = MAXWS; in dofast()
356 if (wslotr > 30) in dofast()
357 wslotr = 30; in dofast()
358 else if (wslotr < 1) in dofast()
359 wslotr = 1; in dofast()
360 urpsiz = adjpkl(maxpktsiz,wslotr,maxbufsiz); in dofast()
H A Dckcfns.c111 extern int rq, rqf, sq, wslots, wslotn, wslotr, winlo, urpsiz, rln;
4977 if (max < 10) { wslotr = 1; return(dada); } in rpar()
4978 dada[10] = (char) tochar(swcapr ? wslotr : 1); /* CAPAS+1 = Window size */ in rpar()
5275 if (wslotn > wslotr) /* Use the smaller of the two */
5276 wslotn = wslotr;
7037 wslotr = y;
7039 urpsiz = adjpkl(urpsiz,wslotr,bigrbsiz);
H A Dckuus3.c306 wslotr, lscapr, lscapu, spsizr, rptena, rptmin, docrc, xfrcan, xfrchr,
9878 y = adjpkl(urpsiz,wslotr,bigrbsiz); /* Maybe adjust packet sizes */
9880 y = adjpkl(spsiz,wslotr,bigsbsiz);
11272 if (maxtry <= wslotr) {
11833 wslotr = z; /* Set local window size too */
11834 ptab[protocol].winsize = wslotr;
11838 wslotr = z; /* Set requested window size here */
11839 ptab[protocol].winsize = wslotr; /* and in protocol-specific table */
11842 if (wslotr > 1) { /* Window size > 1? */
11844 y = adjpkl(urpsiz,wslotr,bigrbsiz);
[all …]
H A Dckcmai.c758 wslotr = DFWSIZ, /* Window size from SET WINDOW */ variable
1928 wslotr = ptab[protocol].winsize;
H A Dckuusy.c118 wslotr, swcapr, ckdelay, recursive, reliable, xreliable, fnspath, fncact,
4090 wslotr = z; /* set it */
H A Dckuusx.c425 swcapu, wslotn, wslotr, rtimo, mypadn, sq, capas, rpsiz, tsecs,
754 wslotr = g_wslotr; in ftreset()
2600 debug(F101," wslotr","", wslotr);
H A Dckuus7.c145 fncnv, frecl, maxrps, wslotr, bigsbsiz, bigrbsiz, urpsiz, rpsiz, spsiz,
6572 y = adjpkl(z,wslotr,bigrbsiz);
6578 y, wslotr);
6605 y = adjpkl(spsiz,wslotr,bigsbsiz);
6609 y,wslotr);
H A Dckuus4.c428 wmax, wslotn, wslotr, fdispla, spmax, fnrpath, fnspath;
5972 printf(" Window Size:%7d set, %d used\n",wslotr,wmax); in shoparp()
6078 printf("%d\n",wslotr); in shoparp()
6393 printf(" window slots used : %d of %d\n", wmax, wslotr);
14001 sprintf(vvbuf,"%d",wslotr); /* SAFE */
H A Dckuusr.c204 spsizf, spsiz, spsizr, spmax, wslotr, prefixing, fncact, reliable,
4579 g_wslotr = wslotr;
4599 wslotr = ptab[protocol].winsize;
H A Dckuus6.c115 atcapr, atdiso, spsizf, spsiz, spsizr, spmax, wslotr, prefixing,
10866 g_wslotr = wslotr;
10886 wslotr = ptab[protocol].winsize;
H A Dckuus5.c2809 extern int urpsiz, wslotr;
2853 if (rpackets > 0 && wslotr > 1 && !streamed)