| /freebsd-13-stable/crypto/heimdal/appl/telnet/ |
| HD | telnet.state | 3 (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
|
| HD | README.ORIG | 503 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/ |
| HD | state.c | 50 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()
|
| HD | utility.c | 165 case WONT: in nextitem() 654 case WONT: in printsub() 773 case WONT: cp = "WONT"; goto common2; in printsub()
|
| /freebsd-13-stable/contrib/tcpdump/ |
| HD | print-telnet.c | 68 #define WONT 252 /* I won't use option */ macro 412 case WONT: in telnet_parse()
|
| /freebsd-13-stable/contrib/telnet/telnet/ |
| HD | telnet.c | 305 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:
|
| HD | utilities.c | 184 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/ |
| HD | telnet.c | 229 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()
|
| HD | utilities.c | 153 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/ |
| HD | utility.c | 155 case WONT: in nextitem() 692 case WONT: in printsub() 830 case WONT: cp = "WONT"; goto common2; in printsub()
|
| HD | state.c | 41 unsigned char wont[] = { IAC, WONT, '%', 'c', 0 }; 234 case WONT: in telrcv()
|
| /freebsd-13-stable/crypto/heimdal/appl/telnet/arpa/ |
| HD | telnet.h | 45 #define WONT 252 /* I won't use option */ macro
|
| /freebsd-13-stable/contrib/telnet/arpa/ |
| HD | telnet.h | 42 #define WONT 252 /* I won't use option */ macro
|
| /freebsd-13-stable/include/arpa/ |
| HD | telnet.h | 43 #define WONT 252 /* I won't use option */ macro
|
| /freebsd-13-stable/crypto/heimdal/appl/ftp/ftp/ |
| HD | ftp.c | 363 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/ |
| HD | netcat.c | 79 #define WONT 252 macro 1081 if ((*p == WILL) || (*p == WONT)) in atelnet() 1084 obuf[1] = WONT; in atelnet()
|
| /freebsd-13-stable/contrib/opie/ |
| HD | ftpcmd.y | 908 case WONT: 916 printf("%c%c%c", IAC, WONT, 0377&c);
|
| /freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/ |
| HD | ftpcmd.y | 1055 case WONT: 1063 printf("%c%c%c", IAC, WONT, 0377&c);
|
| HD | ftpcmd.c | 3108 case WONT: 3116 printf("%c%c%c", IAC, WONT, 0377&c);
|
| /freebsd-13-stable/contrib/netcat/ |
| HD | netcat.c | 1134 if ((*p == WILL) || (*p == WONT)) in atelnet() 1137 obuf[1] = WONT; in atelnet()
|
| /freebsd-13-stable/libexec/ftpd/ |
| HD | ftpcmd.y | 1198 case WONT: 1208 printf("%c%c%c", IAC, WONT, 0377&c);
|
| /freebsd-13-stable/contrib/tnftp/src/ |
| HD | ftp.c | 394 case WONT: in getreply() 402 fprintf(cout, "%c%c%c", IAC, WONT, c); in getreply()
|