Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/heimdal/appl/telnet/telnetd/
Dstate.c491 case TELOPT_OLD_ENVIRON: in willoption()
665 case TELOPT_OLD_ENVIRON: in wontoption()
804 case TELOPT_OLD_ENVIRON: in dooption()
1025 case TELOPT_OLD_ENVIRON: { in suboption()
1033 if (subchar == TELOPT_OLD_ENVIRON) in suboption()
1168 if (subchar == TELOPT_OLD_ENVIRON) { in suboption()
Dtelnetd.c537 send_do(TELOPT_OLD_ENVIRON, 1); in getterminaltype()
546 his_will_wont_is_changing(TELOPT_OLD_ENVIRON)) { in getterminaltype()
588 else if (his_state_is_will(TELOPT_OLD_ENVIRON)) { in getterminaltype()
590 { IAC, SB, TELOPT_OLD_ENVIRON, TELQUAL_SEND, IAC, SE }; in getterminaltype()
613 if (his_state_is_will(TELOPT_OLD_ENVIRON)) { in getterminaltype()
Dutility.c902 case TELOPT_OLD_ENVIRON: in printsub()
/freebsd-9-stable/contrib/telnet/telnetd/
Dstate.c537 case TELOPT_OLD_ENVIRON: in willoption()
750 case TELOPT_OLD_ENVIRON: in wontoption()
931 case TELOPT_OLD_ENVIRON: in dooption()
1233 case TELOPT_OLD_ENVIRON: { in suboption()
1241 if (subchar == TELOPT_OLD_ENVIRON) in suboption()
1375 if (subchar == TELOPT_OLD_ENVIRON) { in suboption()
Dtelnetd.c500 send_do(TELOPT_OLD_ENVIRON, 1); in getterminaltype()
509 his_will_wont_is_changing(TELOPT_OLD_ENVIRON)) { in getterminaltype()
542 else if (his_state_is_will(TELOPT_OLD_ENVIRON)) { in getterminaltype()
544 { IAC, SB, TELOPT_OLD_ENVIRON, TELQUAL_SEND, IAC, SE }; in getterminaltype()
567 if (his_state_is_will(TELOPT_OLD_ENVIRON)) { in getterminaltype()
Dutility.c832 case TELOPT_OLD_ENVIRON: in printsub()
/freebsd-9-stable/contrib/telnet/telnet/
Dtelnet.c464 if (my_state_is_will(TELOPT_OLD_ENVIRON)) in dooption()
465 send_wont(TELOPT_OLD_ENVIRON, 1); /* turn off the old */ in dooption()
467 case TELOPT_OLD_ENVIRON: /* Old environment variable option */ in dooption()
554 send_will(TELOPT_OLD_ENVIRON, 1); in dontoption()
555 telopt_environ = TELOPT_OLD_ENVIRON; in dontoption()
876 case TELOPT_OLD_ENVIRON: in suboption()
1471 if (telopt_environ == TELOPT_OLD_ENVIRON in env_opt()
1593 if (telopt_environ == TELOPT_OLD_ENVIRON) in env_opt_add()
1621 if (telopt_environ == TELOPT_OLD_ENVIRON) in env_opt_add()
Dutilities.c752 case TELOPT_OLD_ENVIRON: in printsub()
776 if (pointer[0] == TELOPT_OLD_ENVIRON) { in printsub()
792 if (pointer[0] == TELOPT_OLD_ENVIRON) { in printsub()
Dcommands.c1745 && my_state_is_wont(TELOPT_OLD_ENVIRON) in env_send()
/freebsd-9-stable/crypto/heimdal/appl/telnet/telnet/
Dtelnet.c390 if (my_state_is_will(TELOPT_OLD_ENVIRON)) in dooption()
391 send_wont(TELOPT_OLD_ENVIRON, 1); /* turn off the old */ in dooption()
393 case TELOPT_OLD_ENVIRON: /* Old environment variable option */ in dooption()
480 send_will(TELOPT_OLD_ENVIRON, 1); in dontoption()
481 telopt_environ = TELOPT_OLD_ENVIRON; in dontoption()
815 case TELOPT_OLD_ENVIRON: in suboption()
1507 if (telopt_environ == TELOPT_OLD_ENVIRON) in env_opt_add()
1535 if (telopt_environ == TELOPT_OLD_ENVIRON) in env_opt_add()
Dutilities.c714 case TELOPT_OLD_ENVIRON: in printsub()
735 if (pointer[0] == TELOPT_OLD_ENVIRON) { in printsub()
746 if (pointer[0] == TELOPT_OLD_ENVIRON) { in printsub()
Dcommands.c1699 && my_state_is_wont(TELOPT_OLD_ENVIRON) in env_send()
/freebsd-9-stable/crypto/heimdal/appl/telnet/arpa/
Dtelnet.h118 #define TELOPT_OLD_ENVIRON 36 /* Old - Environment variables */ macro
/freebsd-9-stable/contrib/tcpdump/
Dtelnet.h122 #define TELOPT_OLD_ENVIRON 36 /* Old - Environment variables */ macro
/freebsd-9-stable/include/arpa/
Dtelnet.h116 #define TELOPT_OLD_ENVIRON 36 /* Old - Environment variables */ macro
/freebsd-9-stable/contrib/telnet/arpa/
Dtelnet.h120 #define TELOPT_OLD_ENVIRON 36 /* Old - Environment variables */ macro