Searched refs:DONT (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/crypto/openssl/util/
H A Dopenssl-format-source30 DONT=false
51 -n) DONT="true"; continue;;
89 if [ "$DONT" = "false" ]; then
/freebsd-11-stable/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h43 #define DONT 254 /* you are not to use option */ macro
69 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
/freebsd-11-stable/include/arpa/
H A Dtelnet.h40 #define DONT 254 /* you are not to use option */ macro
66 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC",
/freebsd-11-stable/contrib/telnet/arpa/
H A Dtelnet.h40 #define DONT 254 /* you are not to use option */ macro
66 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC",
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-telnet.c71 #define DONT 254 /* you are not to use option */ macro
97 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
421 case DONT:
426 /* DONT/DO/WONT/WILL x */
/freebsd-11-stable/contrib/telnet/telnet/
H A Dtelnet.c271 NET2ADD(IAC, DONT);
273 printoption("SENT", DONT, c);
555 /* we always accept a DONT */
857 case DONT:
1033 str_lm[3] = DONT;
1054 /* We are always DONT, so don't respond */
1777 case DONT:
1838 printoption("RCVD", DONT, c);
2192 case DONT:
H A Dutilities.c186 (cmd == DO) ? "DO" : (cmd == DONT) ? "DONT" : 0;
231 printf("want DONT %s\n", TELOPT(i));
233 printf("want DONT %s\n", TELCMD(i));
235 printf("want DONT %d\n", i);
567 case DONT:
568 fprintf(NetTrace, "DONT ");
675 case DONT: cp = "DONT"; goto common2;
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dutilities.c155 (cmd == DO) ? "DO" : (cmd == DONT) ? "DONT" : 0;
199 printf("want DONT %s\n", TELOPT(i));
201 printf("want DONT %s\n", TELCMD(i));
203 printf("want DONT %d\n", i);
546 case DONT:
547 fprintf(NetTrace, "DONT ");
655 case DONT: cp = "DONT"; goto common2;
H A Dtelnet.c199 NET2ADD(IAC, DONT);
201 printoption("SENT", DONT, c);
492 /* we always accept a DONT */
800 case DONT:
976 str_lm[3] = DONT;
997 /* We are always DONT, so don't respond */
1695 case DONT:
1757 printoption("RCVD", DONT, c);
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c153 case DONT:
698 case DONT:
699 output_data("DONT ");
828 case DONT: cp = "DONT"; goto common2;
H A Dstate.c39 unsigned char dont[] = { IAC, DONT, '%', 'c', 0 };
242 case DONT:
412 * that we sent a DONT, so that we can send more DOs if
620 * don't respond with a DONT TM, just leave it
714 * When we get a DONT SGA, we will try once to turn it
715 * back on. If the other side responds DONT SGA, we
1313 * don't support, and the other side didn't send a DONT/WONT
1314 * in response to our WONT/DONT, then the "state" will be
1315 * WILL/DO, and the "want_state" will be WONT/DONT. We
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dutility.c157 case DONT:
650 case DONT:
651 output_data("DONT ");
761 case DONT: cp = "DONT"; goto common2;
H A Dstate.c48 unsigned char dont[] = { IAC, DONT, '%', 'c', 0 };
264 case DONT:
432 * that we sent a DONT, so that we can send more DOs if
701 * don't respond with a DONT TM, just leave it
804 * When we get a DONT SGA, we will try once to turn it
805 * back on. If the other side responds DONT SGA, we
1510 * don't support, and the other side didn't send a DONT/WONT
1511 * in response to our WONT/DONT, then the "state" will be
1512 * WILL/DO, and the "want_state" will be WONT/DONT. We
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c364 fprintf (cout, "%c%c%c", IAC, DONT, getc (cin));
365 if (c == DO || c == DONT)
466 fprintf (cout, "%c%c%c", IAC, DONT, c);
470 case DONT:
/freebsd-11-stable/crypto/openssh/regress/
H A Dnetcat.c70 #define DONT 254 macro
1050 /* Deal with RFC 854 WILL/WONT DO/DONT negotiation. */
1068 obuf[1] = DONT;
1069 else if ((*p == DO) || (*p == DONT))
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y1057 printf("%c%c%c", IAC, DONT, 0377&c);
1061 case DONT:
H A Dftpcmd.c3113 printf("%c%c%c", IAC, DONT, 0377&c);
3117 case DONT:
/freebsd-11-stable/contrib/opie/
H A Dftpcmd.y910 printf("%c%c%c", IAC, DONT, 0377&c);
914 case DONT:
/freebsd-11-stable/contrib/netcat/
H A Dnetcat.c1071 /* Deal with RFC 854 WILL/WONT DO/DONT negotiation. */
1089 obuf[1] = DONT;
1090 else if ((*p == DO) || (*p == DONT))
/freebsd-11-stable/libexec/ftpd/
H A Dftpcmd.y1201 printf("%c%c%c", IAC, DONT, 0377&c);
1205 case DONT:
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp.c396 fprintf(cout, "%c%c%c", IAC, DONT, c);
400 case DONT:
/freebsd-11-stable/usr.sbin/dconschat/
H A Ddconschat.c715 char linemode[] = {IAC, DONT, TELOPT_LINEMODE};

Completed in 331 milliseconds