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

/freebsd-10-stable/crypto/openssl/util/
H A Dopenssl-format-source30 DONT=false
51 -n) DONT="true"; continue;;
89 if [ "$DONT" = "false" ]; then
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-telnet.c141 case DONT:
146 /* DONT/DO/WONT/WILL x */
H A Dtelnet.h47 #define DONT 254 /* you are not to use option */ macro
73 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
/freebsd-10-stable/contrib/telnet/arpa/
H A Dtelnet.h44 #define DONT 254 /* you are not to use option */ macro
70 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC",
/freebsd-10-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-10-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-10-stable/contrib/telnet/telnet/
H A Dtelnet.c275 NET2ADD(IAC, DONT);
277 printoption("SENT", DONT, c);
559 /* we always accept a DONT */
861 case DONT:
1037 str_lm[3] = DONT;
1058 /* We are always DONT, so don't respond */
1781 case DONT:
1842 printoption("RCVD", DONT, c);
2196 case DONT:
H A Dutilities.c190 (cmd == DO) ? "DO" : (cmd == DONT) ? "DONT" : 0;
235 printf("want DONT %s\n", TELOPT(i));
237 printf("want DONT %s\n", TELCMD(i));
239 printf("want DONT %d\n", i);
571 case DONT:
572 fprintf(NetTrace, "DONT ");
679 case DONT: cp = "DONT"; goto common2;
/freebsd-10-stable/contrib/telnet/telnetd/
H A Dutility.c161 case DONT:
654 case DONT:
655 output_data("DONT ");
765 case DONT: cp = "DONT"; goto common2;
H A Dstate.c52 unsigned char dont[] = { IAC, DONT, '%', 'c', 0 };
268 case DONT:
436 * that we sent a DONT, so that we can send more DOs if
705 * don't respond with a DONT TM, just leave it
808 * When we get a DONT SGA, we will try once to turn it
809 * back on. If the other side responds DONT SGA, we
1514 * don't support, and the other side didn't send a DONT/WONT
1515 * in response to our WONT/DONT, then the "state" will be
1516 * WILL/DO, and the "want_state" will be WONT/DONT. We
/freebsd-10-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-10-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-10-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-10-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-10-stable/contrib/opie/
H A Dftpcmd.y910 printf("%c%c%c", IAC, DONT, 0377&c);
914 case DONT:
/freebsd-10-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-10-stable/contrib/netcat/
H A Dnetcat.c1082 /* Deal with RFC 854 WILL/WONT DO/DONT negotiation. */
1100 obuf[1] = DONT;
1101 else if ((*p == DO) || (*p == DONT))
/freebsd-10-stable/libexec/ftpd/
H A Dftpcmd.y1199 printf("%c%c%c", IAC, DONT, 0377&c);
1203 case DONT:
/freebsd-10-stable/contrib/tnftp/src/
H A Dftp.c396 fprintf(cout, "%c%c%c", IAC, DONT, c);
400 case DONT:
/freebsd-10-stable/usr.sbin/dconschat/
H A Ddconschat.c715 char linemode[] = {IAC, DONT, TELOPT_LINEMODE};

Completed in 194 milliseconds