| /src/crypto/heimdal/appl/telnet/ |
| H A D | telnet.state | 3 (You need the localside, sending WILL/WONT & receiving DO/DONT, and 4 the remoteside, sending DO/DONT and receiving WILL/WONT) 11 MY_STATE = WANT_STATE = DONT 72 Send DONT option
|
| H A D | README.ORIG | 495 to our "DO ECHO", that we send a "DONT ECHO" to get the 503 WONT option; send DONT option. Now, the sequence is: send 513 recv DO ECHO 1 (first reply, ok. expect DONT ECHO next) 515 recv DONT ECHO 1 (second reply, ok. expect DO ECHO next) 516 recv DONT ECHO 0 (third reply, wrong answer. got DONT!!!) 517 *** send WONT ECHO (send WONT to acknowledge the DONT) 521 recv DONT ECHO 0 523 recv DONT ECHO 0 528 The line with the "***" is last of the WILL/DONT/WONT sequence.
|
| /src/contrib/dialog/samples/copifuncs/ |
| H A D | copi.sendifm2 | 7 DONT)
|
| /src/contrib/tcpdump/ |
| H A D | print-telnet.c | 66 #define DONT 254 /* you are not to use option */ macro 410 case DONT: in telnet_parse()
|
| /src/contrib/telnet/telnet/ |
| H A D | telnet.c | 269 NET2ADD(IAC, DONT); in send_dont() 271 printoption("SENT", DONT, c); in send_dont() 855 case DONT: in suboption() 1031 str_lm[3] = DONT; in lm_will() 1775 case DONT: in telrcv() 1836 printoption("RCVD", DONT, c); in telrcv() 2188 case DONT:
|
| H A D | utilities.c | 183 (cmd == DO) ? "DO" : (cmd == DONT) ? "DONT" : 0; in printoption() 564 case DONT: in printsub() 672 case DONT: cp = "DONT"; goto common2; in printsub()
|
| /src/crypto/heimdal/appl/telnet/telnet/ |
| H A D | telnet.c | 199 NET2ADD(IAC, DONT); in send_dont() 201 printoption("SENT", DONT, c); in send_dont() 800 case DONT: in suboption() 976 str_lm[3] = DONT; in lm_will() 1695 case DONT: in telrcv() 1757 printoption("RCVD", DONT, c); in telrcv()
|
| H A D | utilities.c | 154 (cmd == DO) ? "DO" : (cmd == DONT) ? "DONT" : 0; in printoption() 545 case DONT: in printsub() 654 case DONT: cp = "DONT"; goto common2; in printsub()
|
| /src/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | utility.c | 153 case DONT: in nextitem() 698 case DONT: in printsub() 828 case DONT: cp = "DONT"; goto common2; in printsub()
|
| H A D | state.c | 39 unsigned char dont[] = { IAC, DONT, '%', 'c', 0 }; 242 case DONT: in telrcv()
|
| /src/crypto/heimdal/appl/telnet/arpa/ |
| H A D | telnet.h | 43 #define DONT 254 /* you are not to use option */ macro
|
| /src/include/arpa/ |
| H A D | telnet.h | 39 #define DONT 254 /* you are not to use option */ macro
|
| /src/contrib/telnet/arpa/ |
| H A D | telnet.h | 40 #define DONT 254 /* you are not to use option */ macro
|
| /src/crypto/heimdal/appl/ftp/ftp/ |
| H A D | ftp.c | 364 fprintf (cout, "%c%c%c", IAC, DONT, getc (cin)); in getreply() 365 if (c == DO || c == DONT) in getreply() 466 fprintf (cout, "%c%c%c", IAC, DONT, c); 470 case DONT:
|
| /src/crypto/openssh/regress/ |
| H A D | netcat.c | 77 #define DONT 254 macro 1082 obuf[1] = DONT; in atelnet() 1083 else if ((*p == DO) || (*p == DONT)) in atelnet()
|
| /src/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | ftpcmd.y | 1057 printf("%c%c%c", IAC, DONT, 0377&c); 1061 case DONT:
|
| H A D | ftpcmd.c | 3110 printf("%c%c%c", IAC, DONT, 0377&c); 3114 case DONT:
|
| /src/contrib/netcat/ |
| H A D | netcat.c | 1188 obuf[1] = DONT; in atelnet() 1189 else if ((*p == DO) || (*p == DONT)) in atelnet()
|
| /src/contrib/tnftp/src/ |
| H A D | ftp.c | 396 fprintf(cout, "%c%c%c", IAC, DONT, c); in getreply() 400 case DONT: in getreply()
|
| /src/usr.sbin/dconschat/ |
| H A D | dconschat.c | 708 char linemode[] = {IAC, DONT, TELOPT_LINEMODE}; in dconschat_accept_socket()
|