Home
last modified time | relevance | path

Searched refs:printoption (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c146 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 Dext.h149 void printoption (char *fmt, int option);
H A Dutility.c517 printoption(char *fmt, int option) in printoption() function
H A Dtelnetd.c1165 printoption("td: send IAC", DM)); in my_telnet()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c186 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 Dexterns.h293 void printoption (char *, int, int);
360 void printoption(char *direction, int cmd, int option);
H A Dutilities.c142 printoption(char *direction, int cmd, int option) in printoption() function
H A Dcommands.c313 printoption("SENT", IAC, s->what); in sendcmd()
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c254 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 Dexterns.h250 printoption(const char *, int, int),
H A Dutilities.c171 printoption(const char *direction, int cmd, int option) in printoption() function
H A Dcommands.c404 printoption("SENT", IAC, s->what); in sendcmd()
/freebsd/crypto/heimdal/appl/telnet/
H A DREADME.ORIG366 Add a couple more printoption() calls in the client, I