proxy.c | 91 struct termios sys_ti; /* Default TTY setting */ member in struct:serial_proxy 770 tcsetattr(sk, TCSAFLUSH, &prx->sys_ti); 807 struct termios sys_ti; local 825 memset(&sys_ti, 0, sizeof(sys_ti)); 826 tcgetattr(sk, &sys_ti); 827 memcpy(&prx->sys_ti, &sys_ti, sizeof(sys_ti)); 832 memcpy(&prx->proxy_ti, &sys_ti, sizeof(sys_ti)) [all...] |