WILL
case WILL:
if ((*p == WILL) || (*p == WONT))
case WILL:
printoption("RCVD", WILL, c);
case WILL:
NET2ADD(IAC, WILL);
printoption("SENT", WILL, c);
case WILL:
fmt = (cmd == WILL) ? "WILL" : (cmd == WONT) ? "WONT" :
case WILL:
case WILL:
static uchar_t will[] = { (uchar_t)IAC, (uchar_t)WILL, '%', 'c', 0 };
write_data("%c%c%c", (uchar_t)IAC, (uchar_t)WILL, (uchar_t)option);
case WILL:
case WILL:
uint8_t buf[] = {IAC, DONT, LINEMODE, IAC, WILL, SUPRESS, IAC, WILL,
if ((uint8_t)cmd == WILL || (uint8_t)cmd == WONT ||
case WILL:
buf[1] = WILL;