tcflag_t
tcflag_t c_iflag; /* input modes */
tcflag_t c_ispeed; /* input baudrate */
tcflag_t c_oflag; /* output modes */
tcflag_t c_ospeed; /* output baudrate */
tcflag_t c_cflag; /* control modes */
tcflag_t c_ispeed_high; /* high word of input baudrate */
tcflag_t c_lflag; /* local modes */
tcflag_t c_ospeed_high; /* high word of output baudrate */
tcflag_t flags = termios.c_oflag;
tcflag_t flags = termios.c_iflag;
tcflag_t localFlags = termAttrs.c_lflag;