Searched refs:TELOPT_NEW_ENVIRON (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dtelnet.h121 #define TELOPT_NEW_ENVIRON 39 /* New - Environment variables */ macro
125 #define NTELOPTS (1+TELOPT_NEW_ENVIRON)
141 #define TELOPT_LAST TELOPT_NEW_ENVIRON
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/win32/Include/
H A Dtelnet.h121 #define TELOPT_NEW_ENVIRON 39 /* New - Environment variables */ macro
125 #define NTELOPTS (1+TELOPT_NEW_ENVIRON)
141 #define TELOPT_LAST TELOPT_NEW_ENVIRON
/netbsd-6-1-5-RELEASE/libexec/telnetd/
H A Dtelnetd.c513 send_do(TELOPT_NEW_ENVIRON, 1);
522 his_will_wont_is_changing(TELOPT_NEW_ENVIRON) ||
549 if (his_state_is_will(TELOPT_NEW_ENVIRON)) {
551 { IAC, SB, TELOPT_NEW_ENVIRON, TELQUAL_SEND, IAC, SE };
577 if (his_state_is_will(TELOPT_NEW_ENVIRON)) {
H A Dstate.c539 case TELOPT_NEW_ENVIRON:
757 case TELOPT_NEW_ENVIRON:
1268 case TELOPT_NEW_ENVIRON:
1285 if (subchar == TELOPT_NEW_ENVIRON) {
1453 } /* end of case TELOPT_NEW_ENVIRON */
H A Dutility.c827 case TELOPT_NEW_ENVIRON:
/netbsd-6-1-5-RELEASE/include/arpa/
H A Dtelnet.h119 #define TELOPT_NEW_ENVIRON 39 /* New - Environment variables */ macro
/netbsd-6-1-5-RELEASE/usr.bin/telnet/
H A Dtelnet.c143 unsigned char telopt_environ = TELOPT_NEW_ENVIRON;
145 # define telopt_environ TELOPT_NEW_ENVIRON
511 case TELOPT_NEW_ENVIRON: /* New environment variable option */
517 if (my_state_is_will(TELOPT_NEW_ENVIRON))
598 case TELOPT_NEW_ENVIRON:
952 case TELOPT_NEW_ENVIRON:
2288 send_will(TELOPT_NEW_ENVIRON, 1);
H A Dutilities.c753 case TELOPT_NEW_ENVIRON:
H A Dcommands.c1759 if (my_state_is_wont(TELOPT_NEW_ENVIRON)

Completed in 277 milliseconds