/src/usr.bin/telnet/ |
telnet.c | 264 printoption("SENT", DO, c); 279 printoption("SENT", DONT, c); 294 printoption("SENT", WILL, c); 309 printoption("SENT", WONT, c); 1723 printoption("RCVD", IAC, DM); 1743 printoption("RCVD", IAC, c); 1750 printoption("RCVD", WILL, c); 1756 printoption("RCVD", WONT, c); 1762 printoption("RCVD", DO, c); 1775 printoption("RCVD", DONT, c) [all...] |
externs.h | 324 void printoption(const char *, int, int );
|
utilities.c | 175 printoption(const char *direction, int cmd, int option) 174 printoption(const char *direction, int cmd, int option) function in typeref:typename:void
|
/src/libexec/telnetd/ |
state.c | 155 printoption("td: recv IAC", c)); 161 printoption("td: recv IAC", c)); 170 printoption("td: recv IAC", c)); 180 printoption("td: recv IAC", c)); 194 printoption("td: send IAC", DM)); 208 printoption("td: recv IAC", c)); 225 printoption("td: recv IAC", c)); 430 DIAG(TD_OPTIONS, printoption("td: send do", option)); 455 DIAG(TD_OPTIONS, printoption("td: recv will", option)); 653 DIAG(TD_OPTIONS, printoption("td: send dont", option)) [all...] |
ext.h | 105 printoption(const char *, int),
|
utility.c | 512 printoption(const char *fmt, int option) function in typeref:typename:void
|
telnetd.c | 1047 printoption("td: send IAC", DM));
|