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

/illumos-gate/usr/src/cmd/vntsd/
H A Dchars.h60 #define WILL 251 /* will do */ macro
H A Dcmd.c30 * WILL
401 uint8_t buf[] = {IAC, DONT, LINEMODE, IAC, WILL, SUPRESS, IAC, WILL,
428 if ((uint8_t)cmd == WILL || (uint8_t)cmd == WONT ||
438 case WILL:
446 syslog(LOG_ERR, "not support telnet WILL %x\n", c);
467 buf[1] = WILL;
/illumos-gate/usr/src/uts/sun4/ml/
H A Dproc_init.s154 restore ! WILL cause underflow
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c339 NET2ADD(IAC, WILL);
341 printoption("SENT", WILL, c);
397 * Special case for TM. If we get back a WILL,
491 * Special case for TM. We send a WILL,
891 case WILL:
1065 "telnet: command missing from linemode WILL request\n");
1079 "reply to linemode WILL request\n");
1841 case WILL:
1892 printoption("RCVD", WILL, c);
2354 case WILL
[all...]
H A Dutilities.c203 fmt = (cmd == WILL) ? "WILL" : (cmd == WONT) ? "WONT" :
285 (void) printf("want WILL %s\n",
288 (void) printf("want WILL %s\n",
291 (void) printf("want WILL %d\n", i);
305 (void) printf(" WILL %s\n",
308 (void) printf(" WILL %s\n",
311 (void) printf(" WILL %d\n", i);
636 case WILL:
637 (void) fprintf(NetTrace, "WILL ");
[all...]
/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h51 #define WILL 251 /* I will 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))
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c119 static uchar_t will[] = { (uchar_t)IAC, (uchar_t)WILL, '%', 'c', 0 };
376 * now it's really only because we did the DO ENCRYPT/WILL
2450 write_data("%c%c%c", (uchar_t)IAC, (uchar_t)WILL, (uchar_t)option);
2565 (void) fprintf(stderr, "SENT WILL ENCRYPT\n");
2933 * auth, it will be out of whack with when the WILL/WONT ENCRYPT
3092 * answers "WILL ECHO" it is probably a 4.2 client, and we note
3093 * that fact ("WILL ECHO" ==> that the client will echo what
3572 case WILL:
3665 * (to the terminal) mode, we need to send a "WILL ECHO".
3719 "RCVD IAC WILL TELOPT_ENCRYP
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c548 case WILL:

Completed in 100 milliseconds