Searched refs:wont (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h100 wont[],
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c41 unsigned char wont[] = { IAC, WONT, '%', 'c', 0 }; variable
75 #define TS_WONT 6 /* wont -''- */
348 * The will/wont/do/dont state machines are based on Dave Borman's
384 * will and do imply positive new_state, wont and dont imply negative.
596 DIAG(TD_OPTIONS, printoption("td: recv wont", option));
830 output_data ((const char *)wont, option);
832 DIAG(TD_OPTIONS, printoption("td: send wont", option));
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dexterns.h147 wont[],
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dstate.c54 unsigned char wont[] = { IAC, WONT, '%', 'c', 0 }; variable
88 #define TS_WONT 6 /* wont " */
372 * The will/wont/do/dont state machines are based on Dave Borman's
408 * will and do imply positive new_state, wont and dont imply negative.
491 * receive a will or wont TM in response to our
666 DIAG(TD_OPTIONS, printoption("td: recv wont", option));
876 * Breaking here forces a wont SGA to
957 output_data((const char *)wont, option);
959 DIAG(TD_OPTIONS, printoption("td: send wont", option));
1163 request = SB_GET(); /* get will/wont */
[all...]

Completed in 105 milliseconds