Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h123 #define TELOPT_NEW_ENVIRON 39 /* New - Environment variables */ macro
127 #define NTELOPTS (1+TELOPT_NEW_ENVIRON)
143 #define TELOPT_LAST TELOPT_NEW_ENVIRON
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c145 static unsigned char telopt_environ = TELOPT_NEW_ENVIRON;
147 #define telopt_environ TELOPT_NEW_ENVIRON
507 case TELOPT_NEW_ENVIRON:
516 if (my_state_is_will(TELOPT_NEW_ENVIRON))
597 case TELOPT_NEW_ENVIRON:
915 case TELOPT_NEW_ENVIRON: in suboption()
2237 send_will(TELOPT_NEW_ENVIRON, 1);
H A Dutilities.c888 case TELOPT_NEW_ENVIRON:
H A Dcommands.c1962 if (my_state_is_wont(TELOPT_NEW_ENVIRON) in env_send()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c2645 send_do(TELOPT_NEW_ENVIRON); in getterminaltype()
2646 remopts[TELOPT_NEW_ENVIRON] = OPT_YES_BUT_ALWAYS_LOOK; in getterminaltype()
2693 if (remopts[TELOPT_NEW_ENVIRON] == OPT_YES) { in getterminaltype()
2695 (uchar_t)TELOPT_NEW_ENVIRON, (uchar_t)TELQUAL_SEND, in getterminaltype()
2718 if (remopts[TELOPT_NEW_ENVIRON] == OPT_YES) { in getterminaltype()
3685 case TELOPT_NEW_ENVIRON: in willoption()
3773 case TELOPT_NEW_ENVIRON: in wontoption()
4020 case TELOPT_NEW_ENVIRON: in suboption()
4037 if (subchar == TELOPT_NEW_ENVIRON) { in suboption()