Home
last modified time | relevance | path

Searched refs:DONT (Results 1 – 20 of 20) sorted by relevance

/src/crypto/heimdal/appl/telnet/
H A Dtelnet.state3 (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 DREADME.ORIG495 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 Dcopi.sendifm27 DONT)
/src/contrib/tcpdump/
H A Dprint-telnet.c66 #define DONT 254 /* you are not to use option */ macro
410 case DONT: in telnet_parse()
/src/contrib/telnet/telnet/
H A Dtelnet.c269 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 Dutilities.c183 (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 Dtelnet.c199 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 Dutilities.c154 (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 Dutility.c153 case DONT: in nextitem()
698 case DONT: in printsub()
828 case DONT: cp = "DONT"; goto common2; in printsub()
H A Dstate.c39 unsigned char dont[] = { IAC, DONT, '%', 'c', 0 };
242 case DONT: in telrcv()
/src/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h43 #define DONT 254 /* you are not to use option */ macro
/src/include/arpa/
H A Dtelnet.h39 #define DONT 254 /* you are not to use option */ macro
/src/contrib/telnet/arpa/
H A Dtelnet.h40 #define DONT 254 /* you are not to use option */ macro
/src/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c364 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 Dnetcat.c77 #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 Dftpcmd.y1057 printf("%c%c%c", IAC, DONT, 0377&c);
1061 case DONT:
H A Dftpcmd.c3110 printf("%c%c%c", IAC, DONT, 0377&c);
3114 case DONT:
/src/contrib/netcat/
H A Dnetcat.c1188 obuf[1] = DONT; in atelnet()
1189 else if ((*p == DO) || (*p == DONT)) in atelnet()
/src/contrib/tnftp/src/
H A Dftp.c396 fprintf(cout, "%c%c%c", IAC, DONT, c); in getreply()
400 case DONT: in getreply()
/src/usr.sbin/dconschat/
H A Ddconschat.c708 char linemode[] = {IAC, DONT, TELOPT_LINEMODE}; in dconschat_accept_socket()