Home | History | Annotate | Download | only in telnetd

Lines Matching refs:IAC

483 	IAC, SB, TELOPT_TTYPE, TELQUAL_SEND, IAC, SE
527 { IAC, SB, TELOPT_TSPEED, TELQUAL_SEND, IAC, SE };
543 { IAC, SB, TELOPT_XDISPLOC, TELQUAL_SEND, IAC, SE };
550 { IAC, SB, TELOPT_NEW_ENVIRON, TELQUAL_SEND, IAC, SE };
557 { IAC, SB, TELOPT_OLD_ENVIRON, TELQUAL_SEND, IAC, SE };
1044 output_data("%c%c", IAC, DM);
1047 printoption("td: send IAC", DM));
1058 IAC, SB, TELOPT_LFLOW,
1061 IAC, SE);
1076 if (c == IAC)