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

/freebsd-11-stable/crypto/heimdal/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,
/freebsd-11-stable/include/arpa/
H A Dtelnet.h42 #define WONT 252 /* I won't use option */ macro
66 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC",
/freebsd-11-stable/contrib/telnet/arpa/
H A Dtelnet.h42 #define WONT 252 /* I won't use option */ macro
66 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC",
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-telnet.c73 #define WONT 252 /* I won't use option */ macro
97 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
423 case WONT:
426 /* DONT/DO/WONT/WILL x */
/freebsd-11-stable/contrib/telnet/telnet/
H A Dtelnet.c305 NET2ADD(IAC, WONT);
307 printoption("SENT", WONT, c);
345 * pretend we got back a WONT.
439 * we sent WONT.
851 case WONT:
1069 str_lm[3] = WONT;
1090 /* we are always WONT, so don't respond */
1769 case WONT:
1819 printoption("RCVD", WONT, c);
2194 case WONT
[all...]
H A Dutilities.c185 fmt = (cmd == WILL) ? "WILL" : (cmd == WONT) ? "WONT" :
264 printf("want WONT %s\n", TELOPT(i));
266 printf("want WONT %s\n", TELCMD(i));
268 printf("want WONT %d\n", i);
561 case WONT:
562 fprintf(NetTrace, "WONT ");
677 case WONT: cp = "WONT"; goto common2;
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dstate.c50 unsigned char wont[] = { IAC, WONT, '%', 'c', 0 };
256 case WONT:
513 * 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
694 clientstat(TELOPT_LINEMODE, WONT, 0);
700 * If we get a WONT TM, and had sent a DO TM,
766 clientstat(TELOPT_LINEMODE, WONT, 0);
868 clientstat(TELOPT_LINEMODE, WONT, 0);
891 * pretend we sent a WONT
[all...]
H A Dutility.c159 case WONT:
644 case WONT:
645 output_data("WONT ");
763 case WONT: cp = "WONT"; goto common2;
/freebsd-11-stable/crypto/heimdal/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);
/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/crypto/heimdal/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);
/freebsd-11-stable/crypto/openssh/regress/
H A Dnetcat.c72 #define WONT 252 macro
1050 /* Deal with RFC 854 WILL/WONT DO/DONT negotiation. */
1067 if ((*p == WILL) || (*p == WONT))
1070 obuf[1] = WONT;
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y1055 case WONT:
1063 printf("%c%c%c", IAC, WONT, 0377&c);
H A Dftpcmd.c3111 case WONT:
3119 printf("%c%c%c", IAC, WONT, 0377&c);
/freebsd-11-stable/contrib/opie/
H A Dftpcmd.y908 case WONT:
916 printf("%c%c%c", IAC, WONT, 0377&c);
/freebsd-11-stable/contrib/netcat/
H A Dnetcat.c1071 /* Deal with RFC 854 WILL/WONT DO/DONT negotiation. */
1088 if ((*p == WILL) || (*p == WONT))
1091 obuf[1] = WONT;
/freebsd-11-stable/libexec/ftpd/
H A Dftpcmd.y1198 case WONT:
1208 printf("%c%c%c", IAC, WONT, 0377&c);
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp.c394 case WONT:
402 fprintf(cout, "%c%c%c", IAC, WONT, c);

Completed in 236 milliseconds