Symbol: printoption
libexec/telnetd/ext.h
105
printoption(const char *, int),
libexec/telnetd/state.c
155
printoption("td: recv IAC", c));
libexec/telnetd/state.c
161
printoption("td: recv IAC", c));
libexec/telnetd/state.c
170
printoption("td: recv IAC", c));
libexec/telnetd/state.c
180
printoption("td: recv IAC", c));
libexec/telnetd/state.c
194
printoption("td: send IAC", DM));
libexec/telnetd/state.c
208
printoption("td: recv IAC", c));
libexec/telnetd/state.c
225
printoption("td: recv IAC", c));
libexec/telnetd/state.c
430
DIAG(TD_OPTIONS, printoption("td: send do", option));
libexec/telnetd/state.c
455
DIAG(TD_OPTIONS, printoption("td: recv will", option));
libexec/telnetd/state.c
653
DIAG(TD_OPTIONS, printoption("td: send dont", option));
libexec/telnetd/state.c
663
DIAG(TD_OPTIONS, printoption("td: recv wont", option));
libexec/telnetd/state.c
801
DIAG(TD_OPTIONS, printoption("td: send will", option));
libexec/telnetd/state.c
824
DIAG(TD_OPTIONS, printoption("td: recv do", option));
libexec/telnetd/state.c
955
DIAG(TD_OPTIONS, printoption("td: send wont", option));
libexec/telnetd/state.c
966
DIAG(TD_OPTIONS, printoption("td: recv dont", option));
libexec/telnetd/telnetd.c
1047
printoption("td: send IAC", DM));
usr.bin/telnet/commands.c
424
printoption("SENT", IAC, s->what);
usr.bin/telnet/externs.h
324
void printoption(const char *, int, int );
usr.bin/telnet/telnet.c
1719
printoption("RCVD", IAC, DM);
usr.bin/telnet/telnet.c
1739
printoption("RCVD", IAC, c);
usr.bin/telnet/telnet.c
1746
printoption("RCVD", WILL, c);
usr.bin/telnet/telnet.c
1752
printoption("RCVD", WONT, c);
usr.bin/telnet/telnet.c
1758
printoption("RCVD", DO, c);
usr.bin/telnet/telnet.c
1771
printoption("RCVD", DONT, c);
usr.bin/telnet/telnet.c
1806
printoption("In SUBOPTION processing, RCVD", IAC, c);
usr.bin/telnet/telnet.c
2211
printoption("SENT", DO, TELOPT_TM);
usr.bin/telnet/telnet.c
2218
printoption("SENT", IAC, AO);
usr.bin/telnet/telnet.c
2229
printoption("SENT", IAC, EL);
usr.bin/telnet/telnet.c
2236
printoption("SENT", IAC, EC);
usr.bin/telnet/telnet.c
2247
printoption("SENT", IAC, DM);
usr.bin/telnet/telnet.c
2283
printoption("SENT", IAC, IP);
usr.bin/telnet/telnet.c
2297
printoption("SENT", IAC, BREAK);
usr.bin/telnet/telnet.c
2311
printoption("SENT", IAC, ABORT);
usr.bin/telnet/telnet.c
2325
printoption("SENT", IAC, SUSP);
usr.bin/telnet/telnet.c
2339
printoption("SENT", IAC, xEOF);
usr.bin/telnet/telnet.c
2346
printoption("SENT", IAC, AYT);
usr.bin/telnet/telnet.c
262
printoption("SENT", DO, c);
usr.bin/telnet/telnet.c
277
printoption("SENT", DONT, c);
usr.bin/telnet/telnet.c
292
printoption("SENT", WILL, c);
usr.bin/telnet/telnet.c
307
printoption("SENT", WONT, c);