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

/illumos-gate/usr/src/cmd/vntsd/
H A Dchars.h61 #define WONT 252 /* refuse */ macro
H A Dcmd.c31 * WONT
428 if ((uint8_t)cmd == WILL || (uint8_t)cmd == WONT ||
451 case WONT:
458 syslog(LOG_ERR, "not support telnet WONT %x\n", c);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c355 NET2ADD(IAC, WONT);
357 printoption("SENT", WONT, c);
398 * pretend we got back a WONT.
492 * but pretend we sent WONT.
894 case WONT:
1092 "telnet: command missing from linemode WONT request\n");
1117 str_lm[3] = WONT;
1144 /* we are always WONT, so don't respond */
1845 case WONT:
1898 printoption("RCVD", WONT,
[all...]
H A Dutilities.c203 fmt = (cmd == WILL) ? "WILL" : (cmd == WONT) ? "WONT" :
294 (void) printf("want WONT %s\n",
297 (void) printf("want WONT %s\n",
300 (void) printf("want WONT %d\n", i);
639 case WONT:
640 (void) fprintf(NetTrace, "WONT ");
800 case WONT:
801 cp = "WONT";
/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h50 #define WONT 252 /* I won't 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. */
753 if ((*p == WILL) || (*p == WONT))
756 obuf[1] = WONT;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c549 case WONT:
552 WONT, c);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c120 static uchar_t wont[] = { (uchar_t)IAC, (uchar_t)WONT, '%', 'c', 0 };
378 * bright since we have to do the DONT ENCRYPT/WONT ENCRYPT
1756 * optionally, also send IAC WONT ENCRYPT
2456 write_data("%c%c%c", (uchar_t)IAC, (uchar_t)WONT, (uchar_t)option);
2933 * auth, it will be out of whack with when the WILL/WONT ENCRYPT
3576 case WONT:
3786 "RCVD WONT TELOPT_AUTHENTICATE\n");
3795 "RCVD IAC WONT TELOPT_ENCRYPT\n");
3886 * if a server receives this, it must respond with WONT...
4311 case WONT
[all...]

Completed in 133 milliseconds