Home
last modified time | relevance | path

Searched refs:do_dont_resp (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c419 do_dont_resp[option]++; in send_do()
445 if (do_dont_resp[option]) { in willoption()
446 do_dont_resp[option]--; in willoption()
448 do_dont_resp[option]--; in willoption()
450 if (do_dont_resp[option] == 0) { in willoption()
517 do_dont_resp[option]++; in willoption()
582 do_dont_resp[option]++; in send_dont()
598 if (do_dont_resp[option]) { in wontoption()
599 do_dont_resp[option]--; in wontoption()
601 do_dont_resp[option]--; in wontoption()
[all …]
H A Dglobal.c45 char do_dont_resp[256]; variable
H A Dext.h45 extern char do_dont_resp[256];
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c54 char do_dont_resp[256]; variable
178 if (((do_dont_resp[c] == 0) && my_state_is_do(c)) || in send_do()
182 do_dont_resp[c]++; in send_do()
197 do_dont_resp[c]++; in send_dont()
240 if (do_dont_resp[option]) { in willoption()
241 --do_dont_resp[option]; in willoption()
243 --do_dont_resp[option]; in willoption()
286 do_dont_resp[option]++; in willoption()
300 if (do_dont_resp[option]) { in wontoption()
301 --do_dont_resp[option]; in wontoption()
[all …]
H A Dutilities.c181 if (do_dont_resp[i]) { in optionstatus()
183 printf("resp DO_DONT %s: %d\n", TELOPT(i), do_dont_resp[i]); in optionstatus()
185 printf("resp DO_DONT %s: %d\n", TELCMD(i), do_dont_resp[i]); in optionstatus()
188 do_dont_resp[i]); in optionstatus()
H A Dexterns.h101 do_dont_resp[],
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c83 char do_dont_resp[256]; variable
244 if (((do_dont_resp[c] == 0) && my_state_is_do(c)) || in send_do()
248 do_dont_resp[c]++; in send_do()
265 do_dont_resp[c]++; in send_dont()
313 if (do_dont_resp[option]) { in willoption()
314 --do_dont_resp[option]; in willoption()
316 --do_dont_resp[option]; in willoption()
359 do_dont_resp[option]++; in willoption()
373 if (do_dont_resp[option]) { in wontoption()
374 --do_dont_resp[option]; in wontoption()
[all …]
H A Dutilities.c208 extern char will_wont_resp[], do_dont_resp[]; in optionstatus()
211 if (do_dont_resp[i]) { in optionstatus()
213 printf("resp DO_DONT %s: %d\n", TELOPT(i), do_dont_resp[i]); in optionstatus()
215 printf("resp DO_DONT %s: %d\n", TELCMD(i), do_dont_resp[i]); in optionstatus()
218 do_dont_resp[i]); in optionstatus()