Searched refs:DONT (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/vntsd/
H A Dchars.h63 #define DONT 254 /* request do not do */ macro
H A Dcmd.c33 * DONT
401 uint8_t buf[] = {IAC, DONT, LINEMODE, IAC, WILL, SUPRESS, IAC, WILL,
402 TEL_ECHO, IAC, DONT, TERM_TYPE, IAC, DONT, TERM_SP,
403 IAC, DONT, STATUS, IAC, DONT, FC, IAC, DONT, TM, IAC, DONT, ENV,
404 IAC, DONT, WIN_SIZE};
429 (uint8_t)cmd == DO || (uint8_t)cmd == DONT) {
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c323 NET2ADD(IAC, DONT);
325 printoption("SENT", DONT, c);
609 /* we always accept a DONT */
900 case DONT:
1071 str_lm[3] = DONT;
1098 /* We are always DONT, so don't respond */
1138 "telnet: command missing from linemode DONT request\n");
1853 case DONT:
1917 printoption("RCVD", DONT, c);
2353 case DONT
[all...]
H A Dutilities.c204 (cmd == DO) ? "DO" : (cmd == DONT) ? "DONT" : 0;
253 (void) printf("want DONT %s\n",
256 (void) printf("want DONT %s\n",
259 (void) printf("want DONT %d\n", i);
645 case DONT:
646 (void) fprintf(NetTrace, "DONT ");
794 case DONT:
795 cp = "DONT";
/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h48 #define DONT 254 /* you are not to use option */ macro
74 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c735 /* Deal with RFC 854 WILL/WONT DO/DONT negotiation. */
754 obuf[1] = DONT;
755 if ((*p == DO) || (*p == DONT))
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c556 case DONT:
559 DONT, c);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c118 static uchar_t dont[] = { (uchar_t)IAC, (uchar_t)DONT, '%', 'c', 0 };
378 * bright since we have to do the DONT ENCRYPT/WONT ENCRYPT
3584 case DONT:
3907 * We received an "IAC DONT ..." message from client.
3925 (void) fprintf(stderr, "RCVD IAC DONT ENCRYPT\n");
4309 case DONT:

Completed in 86 milliseconds