Home
last modified time | relevance | path

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

/openbmc/qemu/include/chardev/
H A Dchar.h10 #define IAC_SE 240 macro
/openbmc/qemu/hw/char/
H A Dterminal3270.c122 t->inv[t->in_len - 2] == IAC && t->inv[t->in_len - 1] == IAC_SE) { in terminal_read()
/openbmc/qemu/chardev/
H A Dchar-socket.c195 || (unsigned char)buf[i] == IAC_SE) in tcp_chr_process_IAC_bytes()