OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:do_dont_resp
(Results
1 - 5
of
5
) sorted by relevancy
/src/libexec/telnetd/
global.c
53
char
do_dont_resp
[256];
variable in typeref:typename:char[256]
state.c
414
if ((
do_dont_resp
[option] == 0 && his_state_is_will(option)) ||
426
do_dont_resp
[option]++;
457
if (
do_dont_resp
[option]) {
458
do_dont_resp
[option]--;
459
if (
do_dont_resp
[option] && his_state_is_will(option))
460
do_dont_resp
[option]--;
462
if (
do_dont_resp
[option] == 0) {
573
do_dont_resp
[option]++;
645
if ((
do_dont_resp
[option] == 0 && his_state_is_wont(option)) ||
649
do_dont_resp
[option]++
[
all
...]
ext.h
38
extern char
do_dont_resp
[256];
/src/usr.bin/telnet/
telnet.c
85
char
do_dont_resp
[256];
variable in typeref:typename:char[256]
256
if (((
do_dont_resp
[c] == 0) && my_state_is_do(c)) ||
260
do_dont_resp
[c]++;
271
if (((
do_dont_resp
[c] == 0) && my_state_is_dont(c)) ||
275
do_dont_resp
[c]++;
318
if (
do_dont_resp
[option]) {
319
--
do_dont_resp
[option];
320
if (
do_dont_resp
[option] && my_state_is_do(option))
321
--
do_dont_resp
[option];
324
if ((
do_dont_resp
[option] == 0) && my_want_state_is_dont(option))
[
all
...]
utilities.c
212
extern char will_wont_resp[],
do_dont_resp
[];
215
if (
do_dont_resp
[i]) {
217
printf("resp DO_DONT %s: %d\n", TELOPT(i),
do_dont_resp
[i]);
219
printf("resp DO_DONT %s: %d\n", TELCMD(i),
do_dont_resp
[i]);
222
do_dont_resp
[i]);
Completed in 141 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025