Home | History | Annotate | Download | only in telnetd

Lines Matching refs:WONT

81 #define	TS_WONT		6	/* wont " */
243 case WONT:
355 * The will/wont/do/dont state machines are based on Dave Borman's
391 * will and do imply positive new_state, wont and dont imply negative.
486 * receive a will or wont TM in response to our
512 * we leave the state WONT.
595 * respond WONT TM to the DO TM that we send to
596 * check for kludge linemode. When the WONT TM
663 DIAG(TD_OPTIONS, printoption("td: recv wont", option));
696 clientstat(TELOPT_LINEMODE, WONT, 0);
702 * If we get a WONT TM, and had sent a DO TM,
768 clientstat(TELOPT_LINEMODE, WONT, 0);
870 clientstat(TELOPT_LINEMODE, WONT, 0);
874 * Breaking here forces a wont SGA to
893 * pretend we sent a WONT.
953 (void) output_data("%c%c%c", IAC, WONT, option);
955 DIAG(TD_OPTIONS, printoption("td: send wont", option));
1196 request = SB_GET(); /* get will/wont */
1201 if (request == LM_SLC) { /* SLC is not preceded by WILL or WONT */
1561 * don't support, and the other side didn't send a DONT/WONT
1562 * in response to our WONT/DONT, then the "state" will be
1563 * WILL/DO, and the "want_state" will be WONT/DONT. We