Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/util/
HDopenssl-format-source30 DONT=false
51 -n) DONT="true"; continue;;
89 if [ "$DONT" = "false" ]; then
/NextBSD/crypto/heimdal/appl/telnet/
HDtelnet.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
HDREADME.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.
/NextBSD/contrib/telnet/telnet/
HDtelnet.c275 NET2ADD(IAC, DONT); in send_dont()
277 printoption("SENT", DONT, c); in send_dont()
861 case DONT: in suboption()
1037 str_lm[3] = DONT; in lm_will()
1781 case DONT: in telrcv()
1842 printoption("RCVD", DONT, c); in telrcv()
2194 case DONT:
HDutilities.c189 (cmd == DO) ? "DO" : (cmd == DONT) ? "DONT" : 0; in printoption()
570 case DONT: in printsub()
678 case DONT: cp = "DONT"; goto common2; in printsub()
/NextBSD/contrib/tcpdump/
HDprint-telnet.c68 #define DONT 254 /* you are not to use option */ macro
418 case DONT: in telnet_parse()
/NextBSD/crypto/heimdal/appl/telnet/telnet/
HDtelnet.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()
HDutilities.c154 (cmd == DO) ? "DO" : (cmd == DONT) ? "DONT" : 0; in printoption()
545 case DONT: in printsub()
654 case DONT: cp = "DONT"; goto common2; in printsub()
/NextBSD/contrib/telnet/telnetd/
HDutility.c161 case DONT: in nextitem()
654 case DONT: in printsub()
765 case DONT: cp = "DONT"; goto common2; in printsub()
HDstate.c52 unsigned char dont[] = { IAC, DONT, '%', 'c', 0 };
268 case DONT: in telrcv()
/NextBSD/crypto/heimdal/appl/telnet/telnetd/
HDutility.c153 case DONT: in nextitem()
698 case DONT: in printsub()
828 case DONT: cp = "DONT"; goto common2; in printsub()
HDstate.c39 unsigned char dont[] = { IAC, DONT, '%', 'c', 0 };
242 case DONT: in telrcv()
/NextBSD/crypto/heimdal/appl/telnet/arpa/
HDtelnet.h43 #define DONT 254 /* you are not to use option */ macro
/NextBSD/include/arpa/
HDtelnet.h40 #define DONT 254 /* you are not to use option */ macro
/NextBSD/contrib/telnet/arpa/
HDtelnet.h44 #define DONT 254 /* you are not to use option */ macro
/NextBSD/crypto/heimdal/appl/ftp/ftp/
HDftp.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:
/NextBSD/contrib/opie/
HDftpcmd.y910 printf("%c%c%c", IAC, DONT, 0377&c);
914 case DONT:
/NextBSD/crypto/heimdal/appl/ftp/ftpd/
HDftpcmd.y1057 printf("%c%c%c", IAC, DONT, 0377&c);
1061 case DONT:
HDftpcmd.c3110 printf("%c%c%c", IAC, DONT, 0377&c);
3114 case DONT:
/NextBSD/contrib/netcat/
HDnetcat.c1100 obuf[1] = DONT; in atelnet()
1101 else if ((*p == DO) || (*p == DONT)) in atelnet()
/NextBSD/libexec/ftpd/
HDftpcmd.y1199 printf("%c%c%c", IAC, DONT, 0377&c);
1203 case DONT:
/NextBSD/contrib/tnftp/src/
HDftp.c396 fprintf(cout, "%c%c%c", IAC, DONT, c); in getreply()
400 case DONT: in getreply()
/NextBSD/usr.sbin/dconschat/
HDdconschat.c715 char linemode[] = {IAC, DONT, TELOPT_LINEMODE}; in dconschat_accept_socket()