Symbol: printoption
libexec/telnetd/ext.h
101
printoption(const char *, int),
libexec/telnetd/state.c
166
printoption("td: recv IAC", c));
libexec/telnetd/state.c
172
printoption("td: recv IAC", c));
libexec/telnetd/state.c
181
printoption("td: recv IAC", c));
libexec/telnetd/state.c
191
printoption("td: recv IAC", c));
libexec/telnetd/state.c
205
printoption("td: send IAC", DM));
libexec/telnetd/state.c
219
printoption("td: recv IAC", c));
libexec/telnetd/state.c
236
printoption("td: recv IAC", c));
libexec/telnetd/state.c
441
DIAG(TD_OPTIONS, printoption("td: send do", option));
libexec/telnetd/state.c
454
DIAG(TD_OPTIONS, printoption("td: recv will", option));
libexec/telnetd/state.c
649
DIAG(TD_OPTIONS, printoption("td: send dont", option));
libexec/telnetd/state.c
659
DIAG(TD_OPTIONS, printoption("td: recv wont", option));
libexec/telnetd/state.c
796
DIAG(TD_OPTIONS, printoption("td: send will", option));
libexec/telnetd/state.c
819
DIAG(TD_OPTIONS, printoption("td: recv do", option));
libexec/telnetd/state.c
952
DIAG(TD_OPTIONS, printoption("td: send wont", option));
libexec/telnetd/state.c
963
DIAG(TD_OPTIONS, printoption("td: recv dont", option));
libexec/telnetd/telnetd.c
1065
printoption("td: send IAC", DM));
usr.bin/telnet/commands.c
372
printoption("SENT", IAC, s->what);
usr.bin/telnet/externs.h
231
printoption(const char *, int, int),
usr.bin/telnet/telnet.c
1739
printoption("RCVD", IAC, DM);
usr.bin/telnet/telnet.c
1758
printoption("RCVD", IAC, c);
usr.bin/telnet/telnet.c
1765
printoption("RCVD", WILL, c);
usr.bin/telnet/telnet.c
1771
printoption("RCVD", WONT, c);
usr.bin/telnet/telnet.c
1777
printoption("RCVD", DO, c);
usr.bin/telnet/telnet.c
1790
printoption("RCVD", DONT, c);
usr.bin/telnet/telnet.c
1825
printoption("In SUBOPTION processing, RCVD", IAC, c);
usr.bin/telnet/telnet.c
213
printoption("SENT", DO, c);
usr.bin/telnet/telnet.c
2200
printoption("SENT", DO, TELOPT_TM);
usr.bin/telnet/telnet.c
2207
printoption("SENT", IAC, AO);
usr.bin/telnet/telnet.c
2217
printoption("SENT", IAC, EL);
usr.bin/telnet/telnet.c
2224
printoption("SENT", IAC, EC);
usr.bin/telnet/telnet.c
2234
printoption("SENT", IAC, DM);
usr.bin/telnet/telnet.c
2270
printoption("SENT", IAC, IP);
usr.bin/telnet/telnet.c
228
printoption("SENT", DONT, c);
usr.bin/telnet/telnet.c
2284
printoption("SENT", IAC, BREAK);
usr.bin/telnet/telnet.c
2298
printoption("SENT", IAC, ABORT);
usr.bin/telnet/telnet.c
2312
printoption("SENT", IAC, SUSP);
usr.bin/telnet/telnet.c
2326
printoption("SENT", IAC, xEOF);
usr.bin/telnet/telnet.c
2333
printoption("SENT", IAC, AYT);
usr.bin/telnet/telnet.c
243
printoption("SENT", WILL, c);
usr.bin/telnet/telnet.c
258
printoption("SENT", WONT, c);