Searched refs:WONT (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dexpectd.proto9 set WONT "\xfc"
35 send_user "$IAC$WONT$expect_out(1,string)"
58 -re "^$IAC$WONT$TTYPE" {
/macosx-10.10.1/ruby-106/ruby/lib/net/
H A Dtelnet.rb100 WONT = 252.chr # "\374" # "\xfc" # I won't use option
443 [#{DO}#{DONT}#{WILL}#{WONT}]
457 self.write(IAC + WONT + $1[1..1])
461 self.write(IAC + WONT + $1[1..1])
475 elsif WONT[0] == $1[0] # respond to "IAC WON'T x"
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/arpa/
H A Dtelnet.h45 #define WONT 252 /* I won't use option */ macro
69 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
/macosx-10.10.1/Libc-1044.1.2/include/arpa/
H A Dtelnet.h45 #define WONT 252 /* I won't use option */ macro
69 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-telnet.c143 case WONT:
146 /* DONT/DO/WONT/WILL x */
H A Dtelnet.h49 #define WONT 252 /* I won't use option */ macro
73 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dtelnet.c281 NET2ADD(IAC, WONT);
283 printoption("SENT", WONT, c);
321 * pretend we got back a WONT.
415 * we sent WONT.
831 case WONT:
1049 str_lm[3] = WONT;
1070 /* we are always WONT, so don't respond */
1756 case WONT:
1806 printoption("RCVD", WONT, c);
2182 case WONT
[all...]
H A Dutilities.c189 fmt = (cmd == WILL) ? "WILL" : (cmd == WONT) ? "WONT" :
268 printf("want WONT %s\n", TELOPT(i));
270 printf("want WONT %s\n", TELCMD(i));
272 printf("want WONT %d\n", i);
565 case WONT:
566 fprintf(NetTrace, "WONT ");
681 case WONT: cp = "WONT"; goto common2;
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dstate.c54 unsigned char wont[] = { IAC, WONT, '%', 'c', 0 };
260 case WONT:
517 * we leave the state WONT.
597 * respond WONT TM to the DO TM that we send to
598 * check for kludge linemode. When the WONT TM
696 clientstat(TELOPT_LINEMODE, WONT, 0);
702 * If we get a WONT TM, and had sent a DO TM,
768 clientstat(TELOPT_LINEMODE, WONT, 0);
870 clientstat(TELOPT_LINEMODE, WONT, 0);
893 * pretend we sent a WONT
[all...]
H A Dutility.c163 case WONT:
648 case WONT:
649 output_data("WONT ");
767 case WONT: cp = "WONT"; goto common2;
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dutilities.c154 fmt = (cmd == WILL) ? "WILL" : (cmd == WONT) ? "WONT" :
232 printf("want WONT %s\n", TELOPT(i));
234 printf("want WONT %s\n", TELCMD(i));
236 printf("want WONT %d\n", i);
540 case WONT:
541 fprintf(NetTrace, "WONT ");
657 case WONT: cp = "WONT"; goto common2;
H A Dtelnet.c229 NET2ADD(IAC, WONT);
231 printoption("SENT", WONT, c);
270 * pretend we got back a WONT.
369 * we sent WONT.
794 case WONT:
1012 str_lm[3] = WONT;
1033 /* we are always WONT, so don't respond */
1687 case WONT:
1738 printoption("RCVD", WONT, c);
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dutility.c155 case WONT:
692 case WONT:
693 output_data("WONT ");
830 case WONT: cp = "WONT"; goto common2;
H A Dstate.c41 unsigned char wont[] = { IAC, WONT, '%', 'c', 0 };
234 case WONT:
471 * we leave the state WONT.
539 * respond WONT TM to the DO TM that we send to
540 * check for kludge linemode. When the WONT TM
619 * If we get a WONT TM, and had sent a DO TM,
768 * pretend we sent a WONT.
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/DON
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftp/
H A Dftp.c363 if (c == WILL || c == WONT)
366 fprintf (cout, "%c%c%c", IAC, WONT, getc (cin));
464 case WONT:
472 fprintf (cout, "%c%c%c", IAC, WONT, c);
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dftpcmd.y1055 case WONT:
1063 printf("%c%c%c", IAC, WONT, 0377&c);
/macosx-10.10.1/netcat-22/
H A Dnetcat.c983 /* Deal with RFC 854 WILL/WONT DO/DONT negotiation. */
999 if ((*p == WILL) || (*p == WONT))
1002 obuf[1] = WONT;
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dftp.c402 case WONT:
410 fprintf(cout, "%c%c%c", IAC, WONT, c);
H A Dftp.c.orig398 case WONT:
406 fprintf(cout, "%c%c%c", IAC, WONT, c);
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dzftp.c642 case WONT:
656 cmdbuf[1] = (char)WONT;

Completed in 311 milliseconds