Home
last modified time | relevance | path

Searched refs:IAC_EOR (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/char/
H A Dterminal3270.c130 if (t->inv[end] == IAC && t->inv[end + 1] == IAC_EOR) { in terminal_read()
277 t->outv[out_len++] = IAC_EOR; in write_payload_3270()
/openbmc/qemu/include/chardev/
H A Dchar.h9 #define IAC_EOR 239 macro
/openbmc/qemu/chardev/
H A Dchar-socket.c193 } else if (s->is_tn3270 && ((unsigned char)buf[i] == IAC_EOR in tcp_chr_process_IAC_bytes()