Searched refs:TELOPT_SGA (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/contrib/telnet/telnetd/
H A Dtermstat.c248 send_will(TELOPT_SGA, 1);
274 send_wont(TELOPT_SGA, 1);
276 send_will(TELOPT_SGA, 1);
287 send_wont(TELOPT_SGA, 1);
H A Dstate.c510 send_wont(TELOPT_SGA, 1);
532 case TELOPT_SGA:
771 send_will(TELOPT_SGA, 1);
858 case TELOPT_SGA:
1001 case TELOPT_SGA:
H A Dtelnetd.c755 if (my_state_is_wont(TELOPT_SGA))
756 send_will(TELOPT_SGA, 1);
/freebsd-10.1-release/contrib/telnet/telnet/
H A Dterminal.c208 if (my_want_state_is_dont(TELOPT_SGA)) {
H A Dtelnet.c297 case TELOPT_SGA:
356 case TELOPT_SGA:
421 case TELOPT_SGA: /* no big deal */
457 send_do(TELOPT_SGA, 1);
487 send_do(TELOPT_SGA, 1);
491 send_do(TELOPT_SGA, 0);
2048 && (!kludgelinemode || my_want_state_is_do(TELOPT_SGA))
2113 send_do(TELOPT_SGA, 1);
H A Dcommands.c1070 send_dont(TELOPT_SGA, 1);
1081 send_dont(TELOPT_SGA, 1);
1093 send_do(TELOPT_SGA, 1);
2066 } else if (kludgelinemode && my_want_state_is_dont(TELOPT_SGA)) {
/freebsd-10.1-release/crypto/heimdal/appl/telnet/telnet/
H A Dterminal.c173 if (my_want_state_is_dont(TELOPT_SGA)) {
H A Dtelnet.c252 case TELOPT_SGA:
311 case TELOPT_SGA:
381 case TELOPT_SGA: /* no big deal */
417 send_do(TELOPT_SGA, 1);
447 send_do(TELOPT_SGA, 1);
451 send_do(TELOPT_SGA, 0);
1996 && (!kludgelinemode || my_want_state_is_do(TELOPT_SGA))
2064 send_do(TELOPT_SGA, 1);
H A Dcommands.c993 send_dont(TELOPT_SGA, 1);
1004 send_dont(TELOPT_SGA, 1);
1016 send_do(TELOPT_SGA, 1);
1946 } else if (kludgelinemode && my_want_state_is_dont(TELOPT_SGA)) {
/freebsd-10.1-release/contrib/tcpdump/
H A Dtelnet.h89 #define TELOPT_SGA 3 /* suppress go ahead */ macro
/freebsd-10.1-release/contrib/telnet/arpa/
H A Dtelnet.h87 #define TELOPT_SGA 3 /* suppress go ahead */ macro
/freebsd-10.1-release/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h85 #define TELOPT_SGA 3 /* suppress go ahead */ macro
/freebsd-10.1-release/include/arpa/
H A Dtelnet.h83 #define TELOPT_SGA 3 /* suppress go ahead */ macro
/freebsd-10.1-release/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c486 case TELOPT_SGA:
756 case TELOPT_SGA:
866 case TELOPT_SGA:
H A Dtelnetd.c839 if (my_state_is_wont(TELOPT_SGA))
840 send_will(TELOPT_SGA, 1);
/freebsd-10.1-release/usr.sbin/dconschat/
H A Ddconschat.c714 char sga[] = {IAC, WILL, TELOPT_SGA};

Completed in 179 milliseconds