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

/freebsd-11-stable/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-11-stable/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-11-stable/include/arpa/
H A Dtelnet.h43 #define WILL 251 /* I will use option */ macro
66 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC",
/freebsd-11-stable/contrib/telnet/arpa/
H A Dtelnet.h43 #define WILL 251 /* I will use option */ macro
66 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC",
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-telnet.c74 #define WILL 251 /* I will use option */ macro
97 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
424 case WILL:
426 /* DONT/DO/WONT/WILL x */
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dstate.c49 unsigned char will[] = { IAC, WILL, '%', 'c', 0 };
252 case WILL:
505 clientstat(TELOPT_LINEMODE, WILL, 0);
512 * We never respond to a WILL TM, and
586 * Egads, he responded "WILL ECHO". Turn
591 * "WILL ECHO". Kludge upon kludge!
601 * linemode is off and send a WILL ECHO
890 * Special case for TM. We send a WILL, but
901 * with a WILL LOGOUT, make sure that
1011 clientstat(TELOPT_LINEMODE, WILL,
[all...]
H A Dutility.c158 case WILL:
641 case WILL:
642 output_data("WILL ");
762 case WILL: cp = "WILL"; goto common2;
H A Dtermstat.c214 * If we need to send the WILL ECHO (because echo is off),
405 uselinemode = (parm1 == WILL);
/freebsd-11-stable/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-11-stable/contrib/telnet/telnet/
H A Dutilities.c185 fmt = (cmd == WILL) ? "WILL" : (cmd == WONT) ? "WONT" :
257 printf("want WILL %s\n", TELOPT(i));
259 printf("want WILL %s\n", TELCMD(i));
261 printf("want WILL %d\n", i);
273 printf(" WILL %s\n", TELOPT(i));
275 printf(" WILL %s\n", TELCMD(i));
277 printf(" WILL %d\n", i);
558 case WILL:
559 fprintf(NetTrace, "WILL ");
[all...]
H A Dtelnet.c288 NET2ADD(IAC, WILL);
290 printoption("SENT", WILL, c);
344 * Special case for TM. If we get back a WILL,
438 * Special case for TM. We send a WILL, but pretend
848 case WILL:
1765 case WILL:
1813 printoption("RCVD", WILL, c);
2193 case WILL:
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-fpsave.asm75 routine in an attempt to restore only F31 WILL NOT WORK (it would
/freebsd-11-stable/usr.sbin/dconschat/
H A Ddconschat.c714 char sga[] = {IAC, WILL, TELOPT_SGA};
716 char echo[] = {IAC, WILL, TELOPT_ECHO};
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c363 if (c == WILL || c == WONT)
463 case WILL:
/freebsd-11-stable/crypto/openssh/regress/
H A Dnetcat.c73 #define WILL 251 macro
1050 /* Deal with RFC 854 WILL/WONT DO/DONT negotiation. */
1067 if ((*p == WILL) || (*p == WONT))
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y1054 case WILL:
H A Dftpcmd.c3110 case WILL:
/freebsd-11-stable/contrib/opie/
H A Dftpcmd.y907 case WILL:
/freebsd-11-stable/contrib/netcat/
H A Dnetcat.c1071 /* Deal with RFC 854 WILL/WONT DO/DONT negotiation. */
1088 if ((*p == WILL) || (*p == WONT))
/freebsd-11-stable/libexec/ftpd/
H A Dftpcmd.y1197 case WILL:
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp.c393 case WILL:

Completed in 239 milliseconds