HomeSort by: relevance | last modified time | path
    Searched refs:DONT (Results 1 - 8 of 8) sorted by relevancy

  /src/include/arpa/
telnet.h 41 #define DONT 254 /* you are not to use option */
67 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0
  /src/usr.bin/telnet/
telnet.c 277 NET2ADD(IAC, DONT);
279 printoption("SENT", DONT, c);
538 /* we always accept a DONT */
860 case DONT:
1032 str_lm[3] = DONT;
1053 /* We are always DONT, so don't respond */
1713 case DONT:
1775 printoption("RCVD", DONT, c);
2127 case DONT:
utilities.c 187 (cmd == DO) ? "DO" : (cmd == DONT) ? "DONT" : 0;
232 printf("want DONT %s\n", TELOPT(i));
234 printf("want DONT %s\n", TELCMD(i));
236 printf("want DONT %d\n", i);
574 case DONT:
575 fprintf(NetTrace, "DONT ");
682 case DONT: cp = "DONT"; goto common2;
  /src/libexec/telnetd/
utility.c 159 case DONT:
668 case DONT:
669 output_data("DONT ");
773 case DONT: cp = "DONT"; goto common2;
state.c 83 #define TS_DONT 8 /* dont " */
251 case DONT:
355 * The will/wont/do/dont state machines are based on Dave Borman's
391 * will and do imply positive new_state, wont and dont imply negative.
419 * that we sent a DONT, so that we can send more DOs if
651 (void) output_data("%c%c%c", IAC, DONT, option);
653 DIAG(TD_OPTIONS, printoption("td: send dont", option));
703 * don't respond with a DONT TM, just leave it
806 * When we get a DONT SGA, we will try once to turn it
807 * back on. If the other side responds DONT SGA, w
    [all...]
  /src/usr.bin/nc/
netcat.c 1366 /* Deal with RFC 854 WILL/WONT DO/DONT negotiation. */
1384 obuf[1] = DONT;
1385 else if ((*p == DO) || (*p == DONT))
  /src/libexec/ftpd/
ftpcmd.y 1408 cprintf(stdout, "%c%c%c", IAC, DONT, 0377&c);
1412 case DONT:
  /src/usr.bin/ftp/
ftp.c 419 fprintf(cout, "%c%c%c", IAC, DONT, c);
423 case DONT:

Completed in 147 milliseconds