Home | History | Annotate | Download | only in telnetd

Lines Matching refs:IAC

76 #define	TS_IAC		1	/* look for double IAC's */
134 if (c == IAC) {
155 printoption("td: recv IAC", c));
161 printoption("td: recv IAC", c));
170 printoption("td: recv IAC", c));
180 printoption("td: recv IAC", c));
191 output_data("%c%c", IAC, DM);
194 printoption("td: send IAC", DM));
208 printoption("td: recv IAC", c));
225 printoption("td: recv IAC", c));
275 case IAC:
283 if (c == IAC) {
292 if (c != IAC) {
303 SB_ACCUM(IAC);
316 SB_ACCUM(IAC);
428 (void) output_data("%c%c%c", IAC, DO, option);
651 (void) output_data("%c%c%c", IAC, DONT, option);
799 (void) output_data("%c%c%c", IAC, WILL, option);
953 (void) output_data("%c%c%c", IAC, WONT, option);
1540 ADD(c); if (c == SE || c == IAC) ADD(c); \
1553 ADD(IAC);
1622 ADD(IAC);