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

/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h100 wont[],
/freebsd-11-stable/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-11-stable/contrib/telnet/telnet/
H A Dexterns.h143 wont[],
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dstate.c50 unsigned char wont[] = { IAC, WONT, '%', 'c', 0 }; variable
84 #define TS_WONT 6 /* wont " */
368 * The will/wont/do/dont state machines are based on Dave Borman's
404 * will and do imply positive new_state, wont and dont imply negative.
487 * receive a will or wont TM in response to our
662 DIAG(TD_OPTIONS, printoption("td: recv wont", option));
872 * Breaking here forces a wont SGA to
953 output_data((const char *)wont, option);
955 DIAG(TD_OPTIONS, printoption("td: send wont", option));
1159 request = SB_GET(); /* get will/wont */
[all...]

Completed in 73 milliseconds