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

/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c491 case TELOPT_OLD_ENVIRON:
665 case TELOPT_OLD_ENVIRON:
804 case TELOPT_OLD_ENVIRON:
1025 case TELOPT_OLD_ENVIRON: {
1033 if (subchar == TELOPT_OLD_ENVIRON)
1168 if (subchar == TELOPT_OLD_ENVIRON) {
H A Dtelnetd.c537 send_do(TELOPT_OLD_ENVIRON, 1);
546 his_will_wont_is_changing(TELOPT_OLD_ENVIRON)) {
588 else if (his_state_is_will(TELOPT_OLD_ENVIRON)) {
590 { IAC, SB, TELOPT_OLD_ENVIRON, TELQUAL_SEND, IAC, SE };
613 if (his_state_is_will(TELOPT_OLD_ENVIRON)) {
H A Dutility.c902 case TELOPT_OLD_ENVIRON:
/freebsd-10.0-release/contrib/telnet/telnetd/
H A Dtelnetd.c500 send_do(TELOPT_OLD_ENVIRON, 1);
509 his_will_wont_is_changing(TELOPT_OLD_ENVIRON)) {
542 else if (his_state_is_will(TELOPT_OLD_ENVIRON)) {
544 { IAC, SB, TELOPT_OLD_ENVIRON, TELQUAL_SEND, IAC, SE };
567 if (his_state_is_will(TELOPT_OLD_ENVIRON)) {
H A Dstate.c537 case TELOPT_OLD_ENVIRON:
750 case TELOPT_OLD_ENVIRON:
931 case TELOPT_OLD_ENVIRON:
1233 case TELOPT_OLD_ENVIRON: {
1241 if (subchar == TELOPT_OLD_ENVIRON)
1375 if (subchar == TELOPT_OLD_ENVIRON) {
H A Dutility.c832 case TELOPT_OLD_ENVIRON:
/freebsd-10.0-release/contrib/telnet/telnet/
H A Dtelnet.c430 if (my_state_is_will(TELOPT_OLD_ENVIRON))
431 send_wont(TELOPT_OLD_ENVIRON, 1); /* turn off the old */
433 case TELOPT_OLD_ENVIRON: /* Old environment variable option */
520 send_will(TELOPT_OLD_ENVIRON, 1);
521 telopt_environ = TELOPT_OLD_ENVIRON;
842 case TELOPT_OLD_ENVIRON:
1438 if (telopt_environ == TELOPT_OLD_ENVIRON
1560 if (telopt_environ == TELOPT_OLD_ENVIRON)
1588 if (telopt_environ == TELOPT_OLD_ENVIRON)
H A Dutilities.c753 case TELOPT_OLD_ENVIRON:
777 if (pointer[0] == TELOPT_OLD_ENVIRON) {
793 if (pointer[0] == TELOPT_OLD_ENVIRON) {
H A Dcommands.c1752 && my_state_is_wont(TELOPT_OLD_ENVIRON)
/freebsd-10.0-release/contrib/tcpdump/
H A Dtelnet.h122 #define TELOPT_OLD_ENVIRON 36 /* Old - Environment variables */ macro
/freebsd-10.0-release/contrib/telnet/arpa/
H A Dtelnet.h120 #define TELOPT_OLD_ENVIRON 36 /* Old - Environment variables */ macro
/freebsd-10.0-release/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h118 #define TELOPT_OLD_ENVIRON 36 /* Old - Environment variables */ macro
/freebsd-10.0-release/include/arpa/
H A Dtelnet.h116 #define TELOPT_OLD_ENVIRON 36 /* Old - Environment variables */ macro
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c390 if (my_state_is_will(TELOPT_OLD_ENVIRON))
391 send_wont(TELOPT_OLD_ENVIRON, 1); /* turn off the old */
393 case TELOPT_OLD_ENVIRON: /* Old environment variable option */
480 send_will(TELOPT_OLD_ENVIRON, 1);
481 telopt_environ = TELOPT_OLD_ENVIRON;
815 case TELOPT_OLD_ENVIRON:
1507 if (telopt_environ == TELOPT_OLD_ENVIRON)
1535 if (telopt_environ == TELOPT_OLD_ENVIRON)
H A Dutilities.c729 case TELOPT_OLD_ENVIRON:
H A Dcommands.c1686 && my_state_is_wont(TELOPT_OLD_ENVIRON)

Completed in 242 milliseconds