Searched refs:DONT (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/vntsd/ |
H A D | cmd.c | 401 uint8_t buf[] = {IAC, DONT, LINEMODE, IAC, WILL, SUPRESS, IAC, WILL, in vntsd_set_telnet_options() 402 TEL_ECHO, IAC, DONT, TERM_TYPE, IAC, DONT, TERM_SP, in vntsd_set_telnet_options() 403 IAC, DONT, STATUS, IAC, DONT, FC, IAC, DONT, TM, IAC, DONT, ENV, in vntsd_set_telnet_options() 404 IAC, DONT, WIN_SIZE}; in vntsd_set_telnet_options() 429 (uint8_t)cmd == DO || (uint8_t)cmd == DONT) { in vntsd_telnet_cmd() 464 case DONT: in vntsd_telnet_cmd()
|
H A D | chars.h | 63 #define DONT 254 /* request do not do */ macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | telnet.c | 323 NET2ADD(IAC, DONT); 325 printoption("SENT", DONT, c); 900 case DONT: in suboption() 1071 str_lm[3] = DONT; 1853 case DONT: in telrcv() 1917 printoption("RCVD", DONT, c); in telrcv() 2353 case DONT:
|
H A D | utilities.c | 204 (cmd == DO) ? "DO" : (cmd == DONT) ? "DONT" : 0; 645 case DONT: 794 case DONT:
|
/titanic_50/usr/src/head/arpa/ |
H A D | telnet.h | 48 #define DONT 254 /* you are not to use option */ macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | netcat.c | 754 obuf[1] = DONT; in atelnet() 755 if ((*p == DO) || (*p == DONT)) in atelnet()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.c | 556 case DONT: in getreply() 559 DONT, c); in getreply()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 118 static uchar_t dont[] = { (uchar_t)IAC, (uchar_t)DONT, '%', 'c', 0 }; 3584 case DONT: in telrcv() 4309 case DONT: in nextitem()
|