Home
last modified time | relevance | path

Searched refs:wslotn (Results 1 – 7 of 7) sorted by relevance

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcfns.c3079 wslotn = 1; /* No window negotiated yet */
5270 wslotn = (x > MAXWS) ? MAXWS : x;
5276 wslotn = wslotr;
5278 wslotn = 1;
5279 if (wslotn > 1) {
5281 if (wslotn > maxtry) /* Retry limit must be greater */
5282 maxtry = wslotn + 1; /* than window size. */
5286 wslotn = 1; /* We don't do windows... */
5289 debug(F101,"spar no windows","",wslotn);
5298 if (wslotn > 1) { /* Shrink to fit... */
[all …]
H A Dckcpro.c174 extern int quiet, tsecs, parity, backgrd, nakstate, atcapu, wslotn, winlo;
1585 if (window(wslotn) < 0) { /* Allocate negotiated window slots */ in wart()
1608 if (window(wslotn) < 0) { /* allocate negotiated window slots */ in wart()
1920 if (window(wslotn) < 0) { /* Open window */ in wart()
1964 if (window(wslotn) < 0) { /* Allocate negotiated window slots */ in wart()
H A Dckcfn2.c209 extern int sseqtbl[], rseqtbl[], sbufuse[], sacktbl[], wslots, winlo, wslotn,
1115 if (wslotn == 1 /* (not wslots!) */ in input()
H A Dckcpro.w152 extern int quiet, tsecs, parity, backgrd, nakstate, atcapu, wslotn, winlo;
1509 if (window(wslotn) < 0) { /* Allocate negotiated window slots */
1531 if (window(wslotn) < 0) { /* allocate negotiated window slots */
1839 if (window(wslotn) < 0) { /* Open window */
1882 if (window(wslotn) < 0) { /* Allocate negotiated window slots */
H A Dckuusx.c425 swcapu, wslotn, wslotr, rtimo, mypadn, sq, capas, rpsiz, tsecs,
2574 debug(F101," wslotn","", wslotn);
7880 sprintf(ws, "%d of %d", wcur < 1 ? 1 : wcur, wslotn);
8813 sprintf(ws, "%d of %d", wcur < 1 ? 1 : wcur, wslotn);
H A Dckcmai.c759 wslotn = 1, /* Window size negotiated in S-pkt */ variable
H A Dckuus4.c428 wmax, wslotn, wslotr, fdispla, spmax, fnrpath, fnspath;