Home
last modified time | relevance | path

Searched refs:TELOPT_SGA (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c378 case TELOPT_SGA:
438 case TELOPT_SGA:
504 case TELOPT_SGA: /* no big deal */
540 send_do(TELOPT_SGA, 1);
570 send_do(TELOPT_SGA, 1);
574 send_do(TELOPT_SGA, 0);
2160 /* X */ && (!kludgelinemode || my_want_state_is_do(TELOPT_SGA))
2232 send_do(TELOPT_SGA, 1);
H A Dterminal.c184 if (my_want_state_is_dont(TELOPT_SGA)) { in getconnmode()
H A Dcommands.c1207 send_dont(TELOPT_SGA, 1); in dokludgemode()
1225 send_dont(TELOPT_SGA, 1); in dolinemode()
1245 send_do(TELOPT_SGA, 1); in docharmode()
2431 my_want_state_is_dont(TELOPT_SGA)) { in status()
/titanic_41/usr/src/head/arpa/
H A Dtelnet.h88 #define TELOPT_SGA 3 /* suppress go ahead */ macro
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c3075 if (!myopts[TELOPT_SGA]) { in doit()
3076 dooption(TELOPT_SGA); in doit()
3707 case TELOPT_SGA: in willoption()
3840 case TELOPT_SGA: in dooption()