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

/freebsd-10.0-release/contrib/tcpdump/
H A Dtelnet.h125 #define TELOPT_NEW_ENVIRON 39 /* New - Environment variables */ macro
129 #define NTELOPTS (1+TELOPT_NEW_ENVIRON)
145 #define TELOPT_LAST TELOPT_NEW_ENVIRON
/freebsd-10.0-release/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h121 #define TELOPT_NEW_ENVIRON 39 /* New - Environment variables */ macro
125 #define NTELOPTS (1+TELOPT_NEW_ENVIRON)
141 #define TELOPT_LAST TELOPT_NEW_ENVIRON
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c490 case TELOPT_NEW_ENVIRON:
669 case TELOPT_NEW_ENVIRON:
802 case TELOPT_NEW_ENVIRON:
1022 #ifdef TELOPT_NEW_ENVIRON
1023 case TELOPT_NEW_ENVIRON:
1041 #ifdef TELOPT_NEW_ENVIRON
1042 if (subchar == TELOPT_NEW_ENVIRON) {
1208 } /* end of case TELOPT_NEW_ENVIRON */
H A Dtelnetd.c536 send_do(TELOPT_NEW_ENVIRON, 1);
545 his_will_wont_is_changing(TELOPT_NEW_ENVIRON) ||
581 if (his_state_is_will(TELOPT_NEW_ENVIRON)) {
583 { IAC, SB, TELOPT_NEW_ENVIRON, TELQUAL_SEND, IAC, SE };
609 if (his_state_is_will(TELOPT_NEW_ENVIRON)) {
H A Dutility.c899 case TELOPT_NEW_ENVIRON:
/freebsd-10.0-release/contrib/telnet/telnetd/
H A Dtelnetd.c499 send_do(TELOPT_NEW_ENVIRON, 1);
508 his_will_wont_is_changing(TELOPT_NEW_ENVIRON) ||
535 if (his_state_is_will(TELOPT_NEW_ENVIRON)) {
537 { IAC, SB, TELOPT_NEW_ENVIRON, TELQUAL_SEND, IAC, SE };
563 if (his_state_is_will(TELOPT_NEW_ENVIRON)) {
H A Dstate.c536 case TELOPT_NEW_ENVIRON:
754 case TELOPT_NEW_ENVIRON:
929 case TELOPT_NEW_ENVIRON:
1230 #ifdef TELOPT_NEW_ENVIRON
1231 case TELOPT_NEW_ENVIRON:
1249 #ifdef TELOPT_NEW_ENVIRON
1250 if (subchar == TELOPT_NEW_ENVIRON) {
1415 } /* end of case TELOPT_NEW_ENVIRON */
H A Dutility.c829 case TELOPT_NEW_ENVIRON:
/freebsd-10.0-release/contrib/telnet/arpa/
H A Dtelnet.h123 #define TELOPT_NEW_ENVIRON 39 /* New - Environment variables */ macro
/freebsd-10.0-release/include/arpa/
H A Dtelnet.h119 #define TELOPT_NEW_ENVIRON 39 /* New - Environment variables */ macro
/freebsd-10.0-release/contrib/telnet/telnet/
H A Dtelnet.c144 unsigned char telopt_environ = TELOPT_NEW_ENVIRON;
146 # define telopt_environ TELOPT_NEW_ENVIRON
428 case TELOPT_NEW_ENVIRON: /* New environment variable option */
434 if (my_state_is_will(TELOPT_NEW_ENVIRON))
515 case TELOPT_NEW_ENVIRON:
844 case TELOPT_NEW_ENVIRON:
2119 send_will(TELOPT_NEW_ENVIRON, 1);
H A Dutilities.c749 case TELOPT_NEW_ENVIRON:
H A Dcommands.c1750 if (my_state_is_wont(TELOPT_NEW_ENVIRON)
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c108 unsigned char telopt_environ = TELOPT_NEW_ENVIRON;
110 # define telopt_environ TELOPT_NEW_ENVIRON
388 case TELOPT_NEW_ENVIRON: /* New environment variable option */
394 if (my_state_is_will(TELOPT_NEW_ENVIRON))
475 case TELOPT_NEW_ENVIRON:
817 case TELOPT_NEW_ENVIRON:
2070 send_will(TELOPT_NEW_ENVIRON, 1);
H A Dutilities.c725 case TELOPT_NEW_ENVIRON:
H A Dcommands.c1684 if (my_state_is_wont(TELOPT_NEW_ENVIRON)

Completed in 290 milliseconds