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

/freebsd-11-stable/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-11-stable/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-11-stable/contrib/tcpdump/
H A Dprint-telnet.c149 #define TELOPT_NEW_ENVIRON 39 /* New - Environment variables */ macro
153 #define NTELOPTS (1+TELOPT_NEW_ENVIRON)
169 #define TELOPT_LAST TELOPT_NEW_ENVIRON
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dtelnetd.c494 send_do(TELOPT_NEW_ENVIRON, 1);
503 his_will_wont_is_changing(TELOPT_NEW_ENVIRON) ||
530 if (his_state_is_will(TELOPT_NEW_ENVIRON)) {
532 { IAC, SB, TELOPT_NEW_ENVIRON, TELQUAL_SEND, IAC, SE };
558 if (his_state_is_will(TELOPT_NEW_ENVIRON)) {
H A Dstate.c532 case TELOPT_NEW_ENVIRON:
750 case TELOPT_NEW_ENVIRON:
925 case TELOPT_NEW_ENVIRON:
1226 #ifdef TELOPT_NEW_ENVIRON
1227 case TELOPT_NEW_ENVIRON:
1245 #ifdef TELOPT_NEW_ENVIRON
1246 if (subchar == TELOPT_NEW_ENVIRON) {
1411 } /* end of case TELOPT_NEW_ENVIRON */
H A Dutility.c825 case TELOPT_NEW_ENVIRON:
/freebsd-11-stable/include/arpa/
H A Dtelnet.h119 #define TELOPT_NEW_ENVIRON 39 /* New - Environment variables */ macro
/freebsd-11-stable/contrib/telnet/arpa/
H A Dtelnet.h119 #define TELOPT_NEW_ENVIRON 39 /* New - Environment variables */ macro
/freebsd-11-stable/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)
/freebsd-11-stable/contrib/telnet/telnet/
H A Dtelnet.c140 unsigned char telopt_environ = TELOPT_NEW_ENVIRON;
142 # define telopt_environ TELOPT_NEW_ENVIRON
458 case TELOPT_NEW_ENVIRON: /* New environment variable option */
464 if (my_state_is_will(TELOPT_NEW_ENVIRON))
545 case TELOPT_NEW_ENVIRON:
874 case TELOPT_NEW_ENVIRON:
2146 send_will(TELOPT_NEW_ENVIRON, 1);
H A Dutilities.c745 case TELOPT_NEW_ENVIRON:
H A Dcommands.c1748 if (my_state_is_wont(TELOPT_NEW_ENVIRON)

Completed in 529 milliseconds