Home
last modified time | relevance | path

Searched refs:WONT (Results 1 – 22 of 22) sorted by relevance

/freebsd-13-stable/crypto/heimdal/appl/telnet/
HDtelnet.state3 (You need the localside, sending WILL/WONT & receiving DO/DONT, and
4 the remoteside, sending DO/DONT and receiving WILL/WONT)
68 Recv WONT option
71 Recv WONT option
HDREADME.ORIG503 WONT option; send DONT option. Now, the sequence is: send
504 DO option; receive WONT option. Both should be valid
512 send WONT ECHO 2 (server is changing state)
517 *** send WONT ECHO (send WONT to acknowledge the DONT)
522 send WONT ECHO 1
528 The line with the "***" is last of the WILL/DONT/WONT sequence.
/freebsd-13-stable/contrib/telnet/telnetd/
HDstate.c50 unsigned char wont[] = { IAC, WONT, '%', 'c', 0 };
256 case WONT: in telrcv()
694 clientstat(TELOPT_LINEMODE, WONT, 0); in wontoption()
766 clientstat(TELOPT_LINEMODE, WONT, 0); in wontoption()
868 clientstat(TELOPT_LINEMODE, WONT, 0); in dooption()
HDutility.c165 case WONT: in nextitem()
654 case WONT: in printsub()
773 case WONT: cp = "WONT"; goto common2; in printsub()
/freebsd-13-stable/contrib/tcpdump/
HDprint-telnet.c68 #define WONT 252 /* I won't use option */ macro
412 case WONT: in telnet_parse()
/freebsd-13-stable/contrib/telnet/telnet/
HDtelnet.c305 NET2ADD(IAC, WONT); in send_wont()
307 printoption("SENT", WONT, c); in send_wont()
851 case WONT: in suboption()
1069 str_lm[3] = WONT; in lm_do()
1769 case WONT: in telrcv()
1819 printoption("RCVD", WONT, c); in telrcv()
2192 case WONT:
HDutilities.c184 fmt = (cmd == WILL) ? "WILL" : (cmd == WONT) ? "WONT" : in printoption()
560 case WONT: in printsub()
676 case WONT: cp = "WONT"; goto common2; in printsub()
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnet/
HDtelnet.c229 NET2ADD(IAC, WONT); in send_wont()
231 printoption("SENT", WONT, c); in send_wont()
794 case WONT: in suboption()
1012 str_lm[3] = WONT; in lm_do()
1687 case WONT: in telrcv()
1738 printoption("RCVD", WONT, c); in telrcv()
HDutilities.c153 fmt = (cmd == WILL) ? "WILL" : (cmd == WONT) ? "WONT" : in printoption()
539 case WONT: in printsub()
656 case WONT: cp = "WONT"; goto common2; in printsub()
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
HDutility.c155 case WONT: in nextitem()
692 case WONT: in printsub()
830 case WONT: cp = "WONT"; goto common2; in printsub()
HDstate.c41 unsigned char wont[] = { IAC, WONT, '%', 'c', 0 };
234 case WONT: in telrcv()
/freebsd-13-stable/crypto/heimdal/appl/telnet/arpa/
HDtelnet.h45 #define WONT 252 /* I won't use option */ macro
/freebsd-13-stable/contrib/telnet/arpa/
HDtelnet.h42 #define WONT 252 /* I won't use option */ macro
/freebsd-13-stable/include/arpa/
HDtelnet.h43 #define WONT 252 /* I won't use option */ macro
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftp/
HDftp.c363 if (c == WILL || c == WONT) in getreply()
366 fprintf (cout, "%c%c%c", IAC, WONT, getc (cin)); in getreply()
464 case WONT:
472 fprintf (cout, "%c%c%c", IAC, WONT, c);
/freebsd-13-stable/crypto/openssh/regress/
HDnetcat.c79 #define WONT 252 macro
1081 if ((*p == WILL) || (*p == WONT)) in atelnet()
1084 obuf[1] = WONT; in atelnet()
/freebsd-13-stable/contrib/opie/
HDftpcmd.y908 case WONT:
916 printf("%c%c%c", IAC, WONT, 0377&c);
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
HDftpcmd.y1055 case WONT:
1063 printf("%c%c%c", IAC, WONT, 0377&c);
HDftpcmd.c3108 case WONT:
3116 printf("%c%c%c", IAC, WONT, 0377&c);
/freebsd-13-stable/contrib/netcat/
HDnetcat.c1134 if ((*p == WILL) || (*p == WONT)) in atelnet()
1137 obuf[1] = WONT; in atelnet()
/freebsd-13-stable/libexec/ftpd/
HDftpcmd.y1198 case WONT:
1208 printf("%c%c%c", IAC, WONT, 0377&c);
/freebsd-13-stable/contrib/tnftp/src/
HDftp.c394 case WONT: in getreply()
402 fprintf(cout, "%c%c%c", IAC, WONT, c); in getreply()