Searched refs:TELOPT_SGA (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | telnet.c | 252 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 D | terminal.c | 172 if (my_want_state_is_dont(TELOPT_SGA)) { in getconnmode()
|
H A D | commands.c | 989 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 D | telnet.c | 325 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 D | terminal.c | 201 if (my_want_state_is_dont(TELOPT_SGA)) { in getconnmode()
|
H A D | commands.c | 1062 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 D | state.c | 486 case TELOPT_SGA: in willoption() 756 case TELOPT_SGA: in dooption() 866 case TELOPT_SGA: in dontoption()
|
H A D | telnetd.c | 839 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 D | telnet.h | 85 #define TELOPT_SGA 3 /* suppress go ahead */ macro
|
/freebsd/contrib/telnet/arpa/ |
H A D | telnet.h | 83 #define TELOPT_SGA 3 /* suppress go ahead */ macro
|
/freebsd/include/arpa/ |
H A D | telnet.h | 82 #define TELOPT_SGA 3 /* suppress go ahead */ macro
|
/freebsd/contrib/tcpdump/ |
H A D | print-telnet.c | 104 #define TELOPT_SGA 3 /* suppress go ahead */ macro
|
/freebsd/usr.sbin/dconschat/ |
H A D | dconschat.c | 707 char sga[] = {IAC, WILL, TELOPT_SGA}; in dconschat_accept_socket()
|