Symbol: printoption
src/bin/network/telnet/commands.c
405
printoption("SENT", IAC, s->what);
src/bin/network/telnet/externs.h
250
printoption(const char *, int, int),
src/bin/network/telnet/telnet.c
1787
printoption("RCVD", IAC, DM);
src/bin/network/telnet/telnet.c
1806
printoption("RCVD", IAC, c);
src/bin/network/telnet/telnet.c
1813
printoption("RCVD", WILL, c);
src/bin/network/telnet/telnet.c
1819
printoption("RCVD", WONT, c);
src/bin/network/telnet/telnet.c
1825
printoption("RCVD", DO, c);
src/bin/network/telnet/telnet.c
1838
printoption("RCVD", DONT, c);
src/bin/network/telnet/telnet.c
1873
printoption("In SUBOPTION processing, RCVD", IAC, c);
src/bin/network/telnet/telnet.c
2248
printoption("SENT", DO, TELOPT_TM);
src/bin/network/telnet/telnet.c
2255
printoption("SENT", IAC, AO);
src/bin/network/telnet/telnet.c
2265
printoption("SENT", IAC, EL);
src/bin/network/telnet/telnet.c
2272
printoption("SENT", IAC, EC);
src/bin/network/telnet/telnet.c
2282
printoption("SENT", IAC, DM);
src/bin/network/telnet/telnet.c
2318
printoption("SENT", IAC, IP);
src/bin/network/telnet/telnet.c
2332
printoption("SENT", IAC, BREAK);
src/bin/network/telnet/telnet.c
2346
printoption("SENT", IAC, ABORT);
src/bin/network/telnet/telnet.c
2360
printoption("SENT", IAC, SUSP);
src/bin/network/telnet/telnet.c
2374
printoption("SENT", IAC, xEOF);
src/bin/network/telnet/telnet.c
2381
printoption("SENT", IAC, AYT);
src/bin/network/telnet/telnet.c
256
printoption("SENT", DO, c);
src/bin/network/telnet/telnet.c
273
printoption("SENT", DONT, c);
src/bin/network/telnet/telnet.c
290
printoption("SENT", WILL, c);
src/bin/network/telnet/telnet.c
307
printoption("SENT", WONT, c);
src/bin/network/telnetd/ext.h
109
printoption(const char *, int),
src/bin/network/telnetd/state.c
168
printoption("td: recv IAC", c));
src/bin/network/telnetd/state.c
174
printoption("td: recv IAC", c));
src/bin/network/telnetd/state.c
183
printoption("td: recv IAC", c));
src/bin/network/telnetd/state.c
193
printoption("td: recv IAC", c));
src/bin/network/telnetd/state.c
207
printoption("td: send IAC", DM));
src/bin/network/telnetd/state.c
221
printoption("td: recv IAC", c));
src/bin/network/telnetd/state.c
238
printoption("td: recv IAC", c));
src/bin/network/telnetd/state.c
443
DIAG(TD_OPTIONS, printoption("td: send do", option));
src/bin/network/telnetd/state.c
456
DIAG(TD_OPTIONS, printoption("td: recv will", option));
src/bin/network/telnetd/state.c
652
DIAG(TD_OPTIONS, printoption("td: send dont", option));
src/bin/network/telnetd/state.c
662
DIAG(TD_OPTIONS, printoption("td: recv wont", option));
src/bin/network/telnetd/state.c
799
DIAG(TD_OPTIONS, printoption("td: send will", option));
src/bin/network/telnetd/state.c
822
DIAG(TD_OPTIONS, printoption("td: recv do", option));
src/bin/network/telnetd/state.c
955
DIAG(TD_OPTIONS, printoption("td: send wont", option));
src/bin/network/telnetd/state.c
966
DIAG(TD_OPTIONS, printoption("td: recv dont", option));
src/bin/network/telnetd/telnetd.c
1120
printoption("td: send IAC", DM));