Home
last modified time | relevance | path

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

/dflybsd-src/include/arpa/
H A Dtelnet.h120 #define TELOPT_NEW_ENVIRON 39 /* New - Environment variables */ macro
124 #define NTELOPTS (1+TELOPT_NEW_ENVIRON)
140 #define TELOPT_LAST TELOPT_NEW_ENVIRON
/dflybsd-src/libexec/telnetd/
H A Dstate.c531 case TELOPT_NEW_ENVIRON: in willoption()
747 case TELOPT_NEW_ENVIRON: in wontoption()
922 case TELOPT_NEW_ENVIRON: in dooption()
1262 #ifdef TELOPT_NEW_ENVIRON in suboption()
1263 case TELOPT_NEW_ENVIRON: in suboption()
1281 #ifdef TELOPT_NEW_ENVIRON in suboption()
1282 if (subchar == TELOPT_NEW_ENVIRON) { in suboption()
H A Dtelnetd.c469 send_do(TELOPT_NEW_ENVIRON, 1); in getterminaltype()
478 his_will_wont_is_changing(TELOPT_NEW_ENVIRON) || in getterminaltype()
505 if (his_state_is_will(TELOPT_NEW_ENVIRON)) { in getterminaltype()
507 { IAC, SB, TELOPT_NEW_ENVIRON, TELQUAL_SEND, IAC, SE }; in getterminaltype()
533 if (his_state_is_will(TELOPT_NEW_ENVIRON)) { in getterminaltype()
H A Dutility.c822 case TELOPT_NEW_ENVIRON: in printsub()
/dflybsd-src/contrib/tcpdump/
H A Dprint-telnet.c142 #define TELOPT_NEW_ENVIRON 39 /* New - Environment variables */ macro
146 #define NTELOPTS (1+TELOPT_NEW_ENVIRON)
161 #define TELOPT_LAST TELOPT_NEW_ENVIRON
/dflybsd-src/usr.bin/telnet/
H A Dtelnet.c134 unsigned char telopt_environ = TELOPT_NEW_ENVIRON;
136 # define telopt_environ TELOPT_NEW_ENVIRON
409 case TELOPT_NEW_ENVIRON: /* New environment variable option */ in dooption()
415 if (my_state_is_will(TELOPT_NEW_ENVIRON)) in dooption()
496 case TELOPT_NEW_ENVIRON: in dontoption()
826 case TELOPT_NEW_ENVIRON: in suboption()
2097 send_will(TELOPT_NEW_ENVIRON, 1); in telnet()
H A Dutilities.c739 case TELOPT_NEW_ENVIRON: in printsub()
H A Dcommands.c1708 if (my_state_is_wont(TELOPT_NEW_ENVIRON) in env_send()