Searched refs:do_dont_resp (Results 1 – 10 of 10) sorted by relevance
| /freebsd-9-stable/crypto/heimdal/appl/telnet/telnetd/ |
| D | state.c | 407 if ((do_dont_resp[option] == 0 && his_state_is_will(option)) || in send_do() 419 do_dont_resp[option]++; in send_do() 445 if (do_dont_resp[option]) { in willoption() 446 do_dont_resp[option]--; in willoption() 447 if (do_dont_resp[option] && his_state_is_will(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() 578 if ((do_dont_resp[option] == 0 && his_state_is_wont(option)) || in send_dont() 582 do_dont_resp[option]++; in send_dont() [all …]
|
| D | global.c | 45 char do_dont_resp[256]; variable
|
| D | ext.h | 45 extern char do_dont_resp[256];
|
| /freebsd-9-stable/contrib/telnet/telnetd/ |
| D | state.c | 431 if ((do_dont_resp[option] == 0 && his_state_is_will(option)) || in send_do() 443 do_dont_resp[option]++; in send_do() 462 if (do_dont_resp[option]) { in willoption() 463 do_dont_resp[option]--; in willoption() 464 if (do_dont_resp[option] && his_state_is_will(option)) in willoption() 465 do_dont_resp[option]--; in willoption() 467 if (do_dont_resp[option] == 0) { in willoption() 577 do_dont_resp[option]++; in willoption() 648 if ((do_dont_resp[option] == 0 && his_state_is_wont(option)) || in send_dont() 652 do_dont_resp[option]++; in send_dont() [all …]
|
| D | ext.h | 41 extern char do_dont_resp[256];
|
| /freebsd-9-stable/contrib/telnet/telnet/ |
| D | telnet.c | 89 char do_dont_resp[256]; variable 250 if (((do_dont_resp[c] == 0) && my_state_is_do(c)) || in send_do() 254 do_dont_resp[c]++; in send_do() 267 if (((do_dont_resp[c] == 0) && my_state_is_dont(c)) || in send_dont() 271 do_dont_resp[c]++; in send_dont() 319 if (do_dont_resp[option]) { in willoption() 320 --do_dont_resp[option]; in willoption() 321 if (do_dont_resp[option] && my_state_is_do(option)) in willoption() 322 --do_dont_resp[option]; in willoption() 325 if ((do_dont_resp[option] == 0) && my_want_state_is_dont(option)) { in willoption() [all …]
|
| D | utilities.c | 214 extern char will_wont_resp[], do_dont_resp[]; in optionstatus() 217 if (do_dont_resp[i]) { in optionstatus() 219 printf("resp DO_DONT %s: %d\n", TELOPT(i), do_dont_resp[i]); in optionstatus() 221 printf("resp DO_DONT %s: %d\n", TELCMD(i), do_dont_resp[i]); in optionstatus() 224 do_dont_resp[i]); in optionstatus()
|
| /freebsd-9-stable/crypto/heimdal/appl/telnet/telnet/ |
| D | telnet.c | 54 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() 193 if (((do_dont_resp[c] == 0) && my_state_is_dont(c)) || in send_dont() 197 do_dont_resp[c]++; in send_dont() 240 if (do_dont_resp[option]) { in willoption() 241 --do_dont_resp[option]; in willoption() 242 if (do_dont_resp[option] && my_state_is_do(option)) in willoption() 243 --do_dont_resp[option]; in willoption() 246 if ((do_dont_resp[option] == 0) && my_want_state_is_dont(option)) { in willoption() [all …]
|
| D | utilities.c | 181 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()
|
| D | externs.h | 101 do_dont_resp[],
|