Home
last modified time | relevance | path

Searched refs:TELOPT_NEW_ENVIRON (Results 1 – 13 of 13) sorted by relevance

/freebsd-head/crypto/heimdal/appl/telnet/arpa/
HDtelnet.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-head/crypto/heimdal/appl/telnet/telnetd/
HDstate.c490 case TELOPT_NEW_ENVIRON: in willoption()
669 case TELOPT_NEW_ENVIRON: in wontoption()
802 case TELOPT_NEW_ENVIRON: in dooption()
1022 #ifdef TELOPT_NEW_ENVIRON in suboption()
1023 case TELOPT_NEW_ENVIRON: in suboption()
1041 #ifdef TELOPT_NEW_ENVIRON in suboption()
1042 if (subchar == TELOPT_NEW_ENVIRON) { in suboption()
HDtelnetd.c536 send_do(TELOPT_NEW_ENVIRON, 1); in getterminaltype()
545 his_will_wont_is_changing(TELOPT_NEW_ENVIRON) || in getterminaltype()
581 if (his_state_is_will(TELOPT_NEW_ENVIRON)) { in getterminaltype()
583 { IAC, SB, TELOPT_NEW_ENVIRON, TELQUAL_SEND, IAC, SE }; in getterminaltype()
609 if (his_state_is_will(TELOPT_NEW_ENVIRON)) { in getterminaltype()
HDutility.c899 case TELOPT_NEW_ENVIRON: in printsub()
/freebsd-head/contrib/tcpdump/
HDprint-telnet.c140 #define TELOPT_NEW_ENVIRON 39 /* New - Environment variables */ macro
144 #define NTELOPTS (1+TELOPT_NEW_ENVIRON)
159 #define TELOPT_LAST TELOPT_NEW_ENVIRON
/freebsd-head/contrib/telnet/telnet/
HDtelnet.c138 unsigned char telopt_environ = TELOPT_NEW_ENVIRON;
140 # define telopt_environ TELOPT_NEW_ENVIRON
456 case TELOPT_NEW_ENVIRON: /* New environment variable option */ in dooption()
462 if (my_state_is_will(TELOPT_NEW_ENVIRON)) in dooption()
543 case TELOPT_NEW_ENVIRON: in dontoption()
872 case TELOPT_NEW_ENVIRON: in suboption()
2143 send_will(TELOPT_NEW_ENVIRON, 1); in telnet()
HDutilities.c742 case TELOPT_NEW_ENVIRON: in printsub()
HDcommands.c1738 if (my_state_is_wont(TELOPT_NEW_ENVIRON) in env_send()
/freebsd-head/crypto/heimdal/appl/telnet/telnet/
HDtelnet.c108 unsigned char telopt_environ = TELOPT_NEW_ENVIRON;
110 # define telopt_environ TELOPT_NEW_ENVIRON
388 case TELOPT_NEW_ENVIRON: /* New environment variable option */ in dooption()
394 if (my_state_is_will(TELOPT_NEW_ENVIRON)) in dooption()
475 case TELOPT_NEW_ENVIRON: in dontoption()
817 case TELOPT_NEW_ENVIRON: in suboption()
2070 send_will(TELOPT_NEW_ENVIRON, 1); in my_telnet()
HDutilities.c724 case TELOPT_NEW_ENVIRON: in printsub()
HDcommands.c1676 if (my_state_is_wont(TELOPT_NEW_ENVIRON) in env_send()
/freebsd-head/contrib/telnet/arpa/
HDtelnet.h119 #define TELOPT_NEW_ENVIRON 39 /* New - Environment variables */ macro
/freebsd-head/include/arpa/
HDtelnet.h118 #define TELOPT_NEW_ENVIRON 39 /* New - Environment variables */ macro