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

  /src/include/arpa/
telnet.h 43 #define WONT 252 /* I won't use option */
67 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0
  /src/usr.bin/telnet/
telnet.c 307 NET2ADD(IAC, WONT);
309 printoption("SENT", WONT, c);
348 * pretend we got back a WONT.
352 return; /* Never reply to TM will's/wont's */
403 return; /* Never reply to TM will's/wont's */
442 * we sent WONT.
854 case WONT:
1068 str_lm[3] = WONT;
1089 /* we are always WONT, so don't respond */
1705 case WONT
    [all...]
utilities.c 186 fmt = (cmd == WILL) ? "WILL" : (cmd == WONT) ? "WONT" :
265 printf("want WONT %s\n", TELOPT(i));
267 printf("want WONT %s\n", TELCMD(i));
269 printf("want WONT %d\n", i);
568 case WONT:
569 fprintf(NetTrace, "WONT ");
684 case WONT: cp = "WONT"; goto common2;
  /src/libexec/telnetd/
state.c 81 #define TS_WONT 6 /* wont " */
243 case WONT:
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.
486 * receive a will or wont TM in response to our
512 * we leave the state WONT.
595 * respond WONT TM to the DO TM that we send to
596 * check for kludge linemode. When the WONT TM
663 DIAG(TD_OPTIONS, printoption("td: recv wont", option));
696 clientstat(TELOPT_LINEMODE, WONT, 0)
    [all...]
utility.c 161 case WONT:
662 case WONT:
663 output_data("WONT ");
775 case WONT: cp = "WONT"; goto common2;
  /src/usr.bin/nc/
netcat.c 1366 /* Deal with RFC 854 WILL/WONT DO/DONT negotiation. */
1383 if ((*p == WILL) || (*p == WONT))
1386 obuf[1] = WONT;
  /src/libexec/ftpd/
ftpcmd.y 1404 case WONT:
1416 cprintf(stdout, "%c%c%c", IAC, WONT, 0377&c);
  /src/usr.bin/ftp/
ftp.c 417 case WONT:
425 fprintf(cout, "%c%c%c", IAC, WONT, c);

Completed in 34 milliseconds