Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c376 case TELOPT_SGA:
436 case TELOPT_SGA:
502 case TELOPT_SGA: /* no big deal */
538 send_do(TELOPT_SGA, 1);
568 send_do(TELOPT_SGA, 1);
572 send_do(TELOPT_SGA, 0);
2158 /* X */ && (!kludgelinemode || my_want_state_is_do(TELOPT_SGA))
2230 send_do(TELOPT_SGA, 1);
H A Dterminal.c182 if (my_want_state_is_dont(TELOPT_SGA)) { in getconnmode()
H A Dcommands.c1194 send_dont(TELOPT_SGA, 1); in dokludgemode()
1212 send_dont(TELOPT_SGA, 1); in dolinemode()
1232 send_do(TELOPT_SGA, 1); in docharmode()
2399 my_want_state_is_dont(TELOPT_SGA)) { in status()
/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h87 #define TELOPT_SGA 3 /* suppress go ahead */ macro
/illumos-gate/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()