Lines Matching full:baud
80 functions are provided for getting and setting the baud rate values in
86 Certain values for baud rates set in the termios structure and passed to
92 .Sh GETTING AND SETTING THE BAUD RATE
93 The input and output baud rates are found in the termios structure.
98 The value of the integer corresponds directly to the baud rate being
125 function returns the input baud rate in the termios structure referenced by
130 function sets the input baud rate in the termios structure referenced by
137 function returns the output baud rate in the termios structure referenced by
142 function sets the output baud rate in the termios structure referenced by
149 function sets both the input and output baud rate in the termios structure
254 The 0 baud rate is used to terminate the connection.
262 the input baud rate will be set to the same value as that specified by
263 the output baud rate.
270 If the specified input and output baud rates differ and are a combination
271 that is not supported, neither baud rate is changed.