HomeSort by relevance Sort by last modified time
    Searched refs:TELOPT_SGA (Results 1 - 6 of 6) sorted by null

  /external/toybox/toys/pending/
telnet.c 122 put_iac(6, IAC,DONT,TELOPT_ECHO,IAC,DONT, TELOPT_SGA);
132 put_iac(6, IAC,DO,TELOPT_ECHO,IAC,DO,TELOPT_SGA);
198 case TELOPT_SGA: /* Supress GO Ahead */
203 (TT.flags & UF_SGA)? put_iac(3, IAC,DO,TELOPT_SGA) :
204 put_iac(3, IAC,DONT,TELOPT_SGA);
telnetd.c 49 # define TELOPT_SGA 3 /* suppress go ahead */
188 IAC, WILL, TELOPT_ECHO, IAC, WILL, TELOPT_SGA };
  /bionic/libc/include/arpa/
telnet.h 83 #define TELOPT_SGA 3 /* suppress go ahead */
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
telnet.h 86 #define TELOPT_SGA 3 /* suppress go ahead */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
telnet.h 81 #define TELOPT_SGA 3 /* suppress go ahead */
  /external/tcpdump/
print-telnet.c 113 #define TELOPT_SGA 3 /* suppress go ahead */

Completed in 904 milliseconds