Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
termios Struct Reference

#include <termbits.h>

Data Fields

tcflag_t c_iflag
 
tcflag_t c_oflag
 
tcflag_t c_cflag
 
tcflag_t c_lflag
 
cc_t c_cc [NCCS]
 
cc_t c_line
 
speed_t c_ispeed
 
speed_t c_ospeed
 

Detailed Description

Definition at line 17 of file termbits.h.

Field Documentation

cc_t c_cc

Definition at line 22 of file termbits.h.

tcflag_t c_cflag

Definition at line 20 of file termbits.h.

tcflag_t c_iflag

Definition at line 18 of file termbits.h.

speed_t c_ispeed

Definition at line 24 of file termbits.h.

tcflag_t c_lflag

Definition at line 21 of file termbits.h.

cc_t c_line

Definition at line 23 of file termbits.h.

tcflag_t c_oflag

Definition at line 19 of file termbits.h.

speed_t c_ospeed

Definition at line 25 of file termbits.h.


The documentation for this struct was generated from the following files: