HomeSort by: relevance | last modified time | path
    Searched refs:TELOPT_SGA (Results 1 - 7 of 7) sorted by relevancy

  /src/libexec/telnetd/
termstat.c 238 send_will(TELOPT_SGA, 1);
264 send_wont(TELOPT_SGA, 1);
266 send_will(TELOPT_SGA, 1);
277 send_wont(TELOPT_SGA, 1);
state.c 505 send_wont(TELOPT_SGA, 1);
528 case TELOPT_SGA:
769 send_will(TELOPT_SGA, 1);
856 case TELOPT_SGA:
997 case TELOPT_SGA:
telnetd.c 759 if (my_state_is_wont(TELOPT_SGA))
760 send_will(TELOPT_SGA, 1);
  /src/usr.bin/telnet/
terminal.c 171 if (my_want_state_is_dont(TELOPT_SGA)) {
telnet.c 330 case TELOPT_SGA:
389 case TELOPT_SGA:
454 case TELOPT_SGA: /* no big deal */
480 send_do(TELOPT_SGA, 1);
510 send_do(TELOPT_SGA, 1);
514 send_do(TELOPT_SGA, 0);
2015 && (!kludgelinemode || my_want_state_is_do(TELOPT_SGA))
2075 send_do(TELOPT_SGA, 1);
commands.c 1082 send_dont(TELOPT_SGA, 1);
1093 send_dont(TELOPT_SGA, 1);
1105 send_do(TELOPT_SGA, 1);
2017 } else if (kludgelinemode && my_want_state_is_dont(TELOPT_SGA)) {
  /src/include/arpa/
telnet.h 83 #define TELOPT_SGA 3 /* suppress go ahead */

Completed in 181 milliseconds