Symbol: printoption
crypto/heimdal/appl/telnet/telnet/commands.c
313
printoption("SENT", IAC, s->what);
crypto/heimdal/appl/telnet/telnet/externs.h
293
void printoption (char *, int, int);
crypto/heimdal/appl/telnet/telnet/externs.h
360
void printoption(char *direction, int cmd, int option);
crypto/heimdal/appl/telnet/telnet/telnet.c
1705
printoption("RCVD", IAC, DM);
crypto/heimdal/appl/telnet/telnet/telnet.c
1725
printoption("RCVD", IAC, c);
crypto/heimdal/appl/telnet/telnet/telnet.c
1732
printoption("RCVD", WILL, c);
crypto/heimdal/appl/telnet/telnet/telnet.c
1738
printoption("RCVD", WONT, c);
crypto/heimdal/appl/telnet/telnet/telnet.c
1744
printoption("RCVD", DO, c);
crypto/heimdal/appl/telnet/telnet/telnet.c
1757
printoption("RCVD", DONT, c);
crypto/heimdal/appl/telnet/telnet/telnet.c
1792
printoption("In SUBOPTION processing, RCVD", IAC, c);
crypto/heimdal/appl/telnet/telnet/telnet.c
186
printoption("SENT", DO, c);
crypto/heimdal/appl/telnet/telnet/telnet.c
201
printoption("SENT", DONT, c);
crypto/heimdal/appl/telnet/telnet/telnet.c
216
printoption("SENT", WILL, c);
crypto/heimdal/appl/telnet/telnet/telnet.c
2229
printoption("SENT", DO, TELOPT_TM);
crypto/heimdal/appl/telnet/telnet/telnet.c
2236
printoption("SENT", IAC, AO);
crypto/heimdal/appl/telnet/telnet/telnet.c
2247
printoption("SENT", IAC, EL);
crypto/heimdal/appl/telnet/telnet/telnet.c
2254
printoption("SENT", IAC, EC);
crypto/heimdal/appl/telnet/telnet/telnet.c
2265
printoption("SENT", IAC, DM);
crypto/heimdal/appl/telnet/telnet/telnet.c
2301
printoption("SENT", IAC, IP);
crypto/heimdal/appl/telnet/telnet/telnet.c
231
printoption("SENT", WONT, c);
crypto/heimdal/appl/telnet/telnet/telnet.c
2315
printoption("SENT", IAC, BREAK);
crypto/heimdal/appl/telnet/telnet/telnet.c
2329
printoption("SENT", IAC, ABORT);
crypto/heimdal/appl/telnet/telnet/telnet.c
2343
printoption("SENT", IAC, SUSP);
crypto/heimdal/appl/telnet/telnet/telnet.c
2357
printoption("SENT", IAC, xEOF);
crypto/heimdal/appl/telnet/telnet/telnet.c
2364
printoption("SENT", IAC, AYT);
crypto/heimdal/appl/telnet/telnetd/ext.h
149
void printoption (char *fmt, int option);
crypto/heimdal/appl/telnet/telnetd/state.c
146
printoption("td: recv IAC", c));
crypto/heimdal/appl/telnet/telnetd/state.c
152
printoption("td: recv IAC", c));
crypto/heimdal/appl/telnet/telnetd/state.c
161
printoption("td: recv IAC", c));
crypto/heimdal/appl/telnet/telnetd/state.c
171
printoption("td: recv IAC", c));
crypto/heimdal/appl/telnet/telnetd/state.c
185
printoption("td: send IAC", DM));
crypto/heimdal/appl/telnet/telnetd/state.c
199
printoption("td: recv IAC", c));
crypto/heimdal/appl/telnet/telnetd/state.c
216
printoption("td: recv IAC", c));
crypto/heimdal/appl/telnet/telnetd/state.c
423
DIAG(TD_OPTIONS, printoption("td: send do", option));
crypto/heimdal/appl/telnet/telnetd/state.c
443
DIAG(TD_OPTIONS, printoption("td: recv will", option));
crypto/heimdal/appl/telnet/telnetd/state.c
586
DIAG(TD_OPTIONS, printoption("td: send dont", option));
crypto/heimdal/appl/telnet/telnetd/state.c
596
DIAG(TD_OPTIONS, printoption("td: recv wont", option));
crypto/heimdal/appl/telnet/telnetd/state.c
710
DIAG(TD_OPTIONS, printoption("td: send will", option));
crypto/heimdal/appl/telnet/telnetd/state.c
731
DIAG(TD_OPTIONS, printoption("td: recv do", option));
crypto/heimdal/appl/telnet/telnetd/state.c
832
DIAG(TD_OPTIONS, printoption("td: send wont", option));
crypto/heimdal/appl/telnet/telnetd/state.c
843
DIAG(TD_OPTIONS, printoption("td: recv dont", option));
crypto/heimdal/appl/telnet/telnetd/telnetd.c
1165
printoption("td: send IAC", DM));