/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | state.c | 146 printoption("td: recv IAC", c)); in telrcv() 152 printoption("td: recv IAC", c)); in telrcv() 161 printoption("td: recv IAC", c)); in telrcv() 171 printoption("td: recv IAC", c)); in telrcv() 185 printoption("td: send IAC", DM)); in telrcv() 199 printoption("td: recv IAC", c)); in telrcv() 216 printoption("td: recv IAC", c)); in telrcv() 423 DIAG(TD_OPTIONS, printoption("td: send do", option)); in send_do() 443 DIAG(TD_OPTIONS, printoption("td: recv will", option)); in willoption() 586 DIAG(TD_OPTIONS, printoption("td: send dont", option)); in send_dont() [all …]
|
H A D | ext.h | 149 void printoption (char *fmt, int option);
|
H A D | utility.c | 517 printoption(char *fmt, int option) in printoption() function
|
H A D | telnetd.c | 1165 printoption("td: send IAC", DM)); in my_telnet()
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | telnet.c | 186 printoption("SENT", DO, c); in send_do() 201 printoption("SENT", DONT, c); in send_dont() 216 printoption("SENT", WILL, c); in send_will() 231 printoption("SENT", WONT, c); in send_wont() 1705 printoption("RCVD", IAC, DM); in telrcv() 1725 printoption("RCVD", IAC, c); in telrcv() 1732 printoption("RCVD", WILL, c); in telrcv() 1738 printoption("RCVD", WONT, c); in telrcv() 1744 printoption("RCVD", DO, c); in telrcv() 1757 printoption("RCVD", DONT, c); in telrcv() [all …]
|
H A D | externs.h | 293 void printoption (char *, int, int); 360 void printoption(char *direction, int cmd, int option);
|
H A D | utilities.c | 142 printoption(char *direction, int cmd, int option) in printoption() function
|
H A D | commands.c | 313 printoption("SENT", IAC, s->what); in sendcmd()
|
/freebsd/contrib/telnet/telnet/ |
H A D | telnet.c | 254 printoption("SENT", DO, c); in send_do() 271 printoption("SENT", DONT, c); in send_dont() 288 printoption("SENT", WILL, c); in send_will() 305 printoption("SENT", WONT, c); in send_wont() 1785 printoption("RCVD", IAC, DM); in telrcv() 1804 printoption("RCVD", IAC, c); in telrcv() 1811 printoption("RCVD", WILL, c); in telrcv() 1817 printoption("RCVD", WONT, c); in telrcv() 1823 printoption("RCVD", DO, c); in telrcv() 1836 printoption("RCVD", DONT, c); in telrcv() [all …]
|
H A D | externs.h | 250 printoption(const char *, int, int),
|
H A D | utilities.c | 171 printoption(const char *direction, int cmd, int option) in printoption() function
|
H A D | commands.c | 404 printoption("SENT", IAC, s->what); in sendcmd()
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | README.ORIG | 366 Add a couple more printoption() calls in the client, I
|