Searched refs:put_iac (Results 1 – 1 of 1) sorted by relevance
/third_party/toybox/toys/pending/ |
D | telnet.c | 80 static void put_iac(int len, ...) in put_iac() function 122 put_iac(6, IAC,DONT,TELOPT_ECHO,IAC,DONT, TELOPT_SGA); in handle_esc() 132 put_iac(6, IAC,DO,TELOPT_ECHO,IAC,DO,TELOPT_SGA); in handle_esc() 167 put_iac(4, IAC,SB,TELOPT_TTYPE,TELQUAL_IS); in handle_negotiations() 169 put_iac(2, IAC,SE); in handle_negotiations() 186 if (ddww == DO) put_iac(3, IAC,WONT,TELOPT_ECHO); in handle_ddww() 192 (TT.flags & UF_ECHO)? put_iac(3, IAC,DO,TELOPT_ECHO) : in handle_ddww() 193 put_iac(3, IAC,DONT,TELOPT_ECHO); in handle_ddww() 203 (TT.flags & UF_SGA)? put_iac(3, IAC,DO,TELOPT_SGA) : in handle_ddww() 204 put_iac(3, IAC,DONT,TELOPT_SGA); in handle_ddww() [all …]
|