printoption
printoption("SENT", IAC, s->what);
extern void printoption(char *, int, int);
printoption("RCVD", IAC, DM);
printoption("RCVD", IAC, c);
printoption("RCVD", WILL, c);
printoption("RCVD", WONT, c);
printoption("RCVD", DO, c);
printoption("RCVD", DONT, c);
printoption("In SUBOPTION processing, "
printoption("SENT", DO, TELOPT_TM);
printoption("SENT", IAC, AO);
printoption("SENT", IAC, EL);
printoption("SENT", IAC, EC);
printoption("SENT", IAC, DM);
printoption("SENT", IAC, IP);
printoption("SENT", IAC, BREAK);
printoption("SENT", IAC, ABORT);
printoption("SENT", IAC, SUSP);
printoption("SENT", IAC, xEOF);
printoption("SENT", DO, c);
printoption("SENT", DONT, c);
printoption("SENT", WILL, c);
printoption("SENT", WONT, c);