Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/telnet/
H A Dtelnet.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
H A DREADME.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/contrib/tcpdump/
H A Dprint-telnet.c68 #define WONT 252 /* I won't use option */ macro
412 case WONT: in telnet_parse()
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c303 NET2ADD(IAC, WONT); in send_wont()
305 printoption("SENT", WONT, c); in send_wont()
849 case WONT: in suboption()
1067 str_lm[3] = WONT; in lm_do()
1767 case WONT: in telrcv()
1817 printoption("RCVD", WONT, c); in telrcv()
2190 case WONT:
H A Dutilities.c182 fmt = (cmd == WILL) ? "WILL" : (cmd == WONT) ? "WONT" : in printoption()
558 case WONT: in printsub()
674 case WONT: cp = "WONT"; goto common2; in printsub()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.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()
H A Dutilities.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/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c155 case WONT: in nextitem()
692 case WONT: in printsub()
830 case WONT: cp = "WONT"; goto common2; in printsub()
H A Dstate.c41 unsigned char wont[] = { IAC, WONT, '%', 'c', 0 };
234 case WONT: in telrcv()
/freebsd/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h45 #define WONT 252 /* I won't use option */ macro
/freebsd/contrib/telnet/arpa/
H A Dtelnet.h42 #define WONT 252 /* I won't use option */ macro
/freebsd/include/arpa/
H A Dtelnet.h41 #define WONT 252 /* I won't use option */ macro
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dftp.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/crypto/openssh/regress/
H A Dnetcat.c79 #define WONT 252 macro
1081 if ((*p == WILL) || (*p == WONT)) in atelnet()
1084 obuf[1] = WONT; in atelnet()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y1055 case WONT:
1063 printf("%c%c%c", IAC, WONT, 0377&c);
H A Dftpcmd.c3108 case WONT:
3116 printf("%c%c%c", IAC, WONT, 0377&c);
/freebsd/contrib/netcat/
H A Dnetcat.c1179 if ((*p == WILL) || (*p == WONT)) in atelnet()
1182 obuf[1] = WONT; in atelnet()
/freebsd/libexec/ftpd/
H A Dftpcmd.y1189 case WONT:
1199 printf("%c%c%c", IAC, WONT, 0377&c);
/freebsd/contrib/tnftp/src/
H A Dftp.c394 case WONT: in getreply()
402 fprintf(cout, "%c%c%c", IAC, WONT, c); in getreply()