Searched refs:WILL (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-telnet.c144 case WILL:
146 /* DONT/DO/WONT/WILL x */
H A Dtelnet.h50 #define WILL 251 /* I will use option */ macro
73 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
/freebsd-10.0-release/contrib/telnet/arpa/
H A Dtelnet.h47 #define WILL 251 /* I will use option */ macro
70 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC",
/freebsd-10.0-release/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h46 #define WILL 251 /* I will use option */ macro
69 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c40 unsigned char will[] = { IAC, WILL, '%', 'c', 0 };
230 case WILL:
470 * We never respond to a WILL TM, and
530 * Egads, he responded "WILL ECHO". Turn
535 * "WILL ECHO". Kludge upon kludge!
545 * linemode is off and send a WILL ECHO
767 * Special case for TM. We send a WILL, but
778 * with a WILL LOGOUT, make sure that
1287 clientstat(TELOPT_LINEMODE, WILL, 0);
1312 * because if we received a DO/WILL fo
[all...]
H A Dutility.c154 case WILL:
689 case WILL:
690 output_data("WILL ");
829 case WILL: cp = "WILL"; goto common2;
/freebsd-10.0-release/include/arpa/
H A Dtelnet.h43 #define WILL 251 /* I will use option */ macro
66 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC",
/freebsd-10.0-release/contrib/telnet/telnetd/
H A Dstate.c53 unsigned char will[] = { IAC, WILL, '%', 'c', 0 };
256 case WILL:
509 clientstat(TELOPT_LINEMODE, WILL, 0);
516 * We never respond to a WILL TM, and
590 * Egads, he responded "WILL ECHO". Turn
595 * "WILL ECHO". Kludge upon kludge!
605 * linemode is off and send a WILL ECHO
894 * Special case for TM. We send a WILL, but
905 * with a WILL LOGOUT, make sure that
1015 clientstat(TELOPT_LINEMODE, WILL,
[all...]
H A Dutility.c162 case WILL:
645 case WILL:
646 output_data("WILL ");
766 case WILL: cp = "WILL"; goto common2;
H A Dtermstat.c218 * If we need to send the WILL ECHO (because echo is off),
409 uselinemode = (parm1 == WILL);
/freebsd-10.0-release/contrib/telnet/telnet/
H A Dutilities.c189 fmt = (cmd == WILL) ? "WILL" : (cmd == WONT) ? "WONT" :
261 printf("want WILL %s\n", TELOPT(i));
263 printf("want WILL %s\n", TELCMD(i));
265 printf("want WILL %d\n", i);
277 printf(" WILL %s\n", TELOPT(i));
279 printf(" WILL %s\n", TELCMD(i));
281 printf(" WILL %d\n", i);
562 case WILL:
563 fprintf(NetTrace, "WILL ");
[all...]
H A Dtelnet.c258 NET2ADD(IAC, WILL);
260 printoption("SENT", WILL, c);
314 * Special case for TM. If we get back a WILL,
408 * Special case for TM. We send a WILL, but pretend
818 case WILL:
1737 case WILL:
1785 printoption("RCVD", WILL, c);
2166 case WILL:
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnet/
H A Dutilities.c154 fmt = (cmd == WILL) ? "WILL" : (cmd == WONT) ? "WONT" :
225 printf("want WILL %s\n", TELOPT(i));
227 printf("want WILL %s\n", TELCMD(i));
229 printf("want WILL %d\n", i);
241 printf(" WILL %s\n", TELOPT(i));
243 printf(" WILL %s\n", TELCMD(i));
245 printf(" WILL %d\n", i);
537 case WILL:
538 fprintf(NetTrace, "WILL ");
[all...]
H A Dtelnet.c214 NET2ADD(IAC, WILL);
216 printoption("SENT", WILL, c);
269 * Special case for TM. If we get back a WILL,
368 * Special case for TM. We send a WILL, but pretend
791 case WILL:
1683 case WILL:
1732 printoption("RCVD", WILL, c);
/freebsd-10.0-release/usr.sbin/dconschat/
H A Ddconschat.c714 char sga[] = {IAC, WILL, TELOPT_SGA};
716 char echo[] = {IAC, WILL, TELOPT_ECHO};
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c363 if (c == WILL || c == WONT)
463 case WILL:
/freebsd-10.0-release/contrib/byacc/test/
H A Dftp.y852 case WILL:
H A Dftp.tab.c699 case WILL:
/freebsd-10.0-release/contrib/netcat/
H A Dnetcat.c853 /* Deal with RFC 854 WILL/WONT DO/DONT negotiation. */
870 if ((*p == WILL) || (*p == WONT))
/freebsd-10.0-release/contrib/opie/
H A Dftpcmd.y907 case WILL:
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y1054 case WILL:
H A Dftpcmd.c3110 case WILL:
/freebsd-10.0-release/tools/regression/usr.bin/yacc/
H A Dftp.y826 case WILL:
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dftpcmd.y1401 case WILL:
/freebsd-10.0-release/libexec/ftpd/
H A Dftpcmd.y1199 case WILL:

Completed in 271 milliseconds

12