Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c252 case TELOPT_SGA: in willoption()
311 case TELOPT_SGA: in wontoption()
381 case TELOPT_SGA: /* no big deal */ in dooption()
417 send_do(TELOPT_SGA, 1); in dooption()
447 send_do(TELOPT_SGA, 1); in dooption()
451 send_do(TELOPT_SGA, 0); in dooption()
1996 && (!kludgelinemode || my_want_state_is_do(TELOPT_SGA)) in Scheduler()
2064 send_do(TELOPT_SGA, 1); in my_telnet()
H A Dterminal.c172 if (my_want_state_is_dont(TELOPT_SGA)) { in getconnmode()
H A Dcommands.c989 send_dont(TELOPT_SGA, 1); in dokludgemode()
1000 send_dont(TELOPT_SGA, 1); in dolinemode()
1012 send_do(TELOPT_SGA, 1); in docharmode()
1938 } else if (kludgelinemode && my_want_state_is_dont(TELOPT_SGA)) { in status()
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c325 case TELOPT_SGA: in willoption()
384 case TELOPT_SGA: in wontoption()
449 case TELOPT_SGA: /* no big deal */ in dooption()
485 send_do(TELOPT_SGA, 1); in dooption()
515 send_do(TELOPT_SGA, 1); in dooption()
519 send_do(TELOPT_SGA, 0); in dooption()
2073 && (!kludgelinemode || my_want_state_is_do(TELOPT_SGA)) in Scheduler()
2137 send_do(TELOPT_SGA, 1); in telnet()
H A Dterminal.c201 if (my_want_state_is_dont(TELOPT_SGA)) { in getconnmode()
H A Dcommands.c1062 send_dont(TELOPT_SGA, 1); in dokludgemode()
1073 send_dont(TELOPT_SGA, 1); in dolinemode()
1085 send_do(TELOPT_SGA, 1); in docharmode()
2055 } else if (kludgelinemode && my_want_state_is_dont(TELOPT_SGA)) { in status()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c486 case TELOPT_SGA: in willoption()
756 case TELOPT_SGA: in dooption()
866 case TELOPT_SGA: in dontoption()
H A Dtelnetd.c839 if (my_state_is_wont(TELOPT_SGA)) in my_telnet()
840 send_will(TELOPT_SGA, 1); in my_telnet()
/freebsd/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h85 #define TELOPT_SGA 3 /* suppress go ahead */ macro
/freebsd/contrib/telnet/arpa/
H A Dtelnet.h83 #define TELOPT_SGA 3 /* suppress go ahead */ macro
/freebsd/include/arpa/
H A Dtelnet.h82 #define TELOPT_SGA 3 /* suppress go ahead */ macro
/freebsd/contrib/tcpdump/
H A Dprint-telnet.c104 #define TELOPT_SGA 3 /* suppress go ahead */ macro
/freebsd/usr.sbin/dconschat/
H A Ddconschat.c707 char sga[] = {IAC, WILL, TELOPT_SGA}; in dconschat_accept_socket()