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

  /src/libexec/telnetd/
telnetd.c 512 send_do(TELOPT_NEW_ENVIRON, 1);
521 his_will_wont_is_changing(TELOPT_NEW_ENVIRON) ||
548 if (his_state_is_will(TELOPT_NEW_ENVIRON)) {
550 { IAC, SB, TELOPT_NEW_ENVIRON, TELQUAL_SEND, IAC, SE };
576 if (his_state_is_will(TELOPT_NEW_ENVIRON)) {
state.c 532 case TELOPT_NEW_ENVIRON:
752 case TELOPT_NEW_ENVIRON:
1263 case TELOPT_NEW_ENVIRON:
1280 if (subchar == TELOPT_NEW_ENVIRON) {
1448 } /* end of case TELOPT_NEW_ENVIRON */
utility.c 837 case TELOPT_NEW_ENVIRON:
  /src/include/arpa/
telnet.h 119 #define TELOPT_NEW_ENVIRON 39 /* New - Environment variables */
  /src/usr.bin/telnet/
telnet.c 136 # define telopt_environ TELOPT_NEW_ENVIRON
461 case TELOPT_NEW_ENVIRON: /* New environment variable option */
874 case TELOPT_NEW_ENVIRON:
2081 send_will(TELOPT_NEW_ENVIRON, 1);
utilities.c 752 case TELOPT_NEW_ENVIRON:
commands.c 1751 if (my_state_is_wont(TELOPT_NEW_ENVIRON)

Completed in 191 milliseconds