cfsetospeed
extern int cfsetospeed(struct termios *termios, speed_t speed);
cfsetospeed(&options, baudrate);
cfsetospeed(&termbuf, tp->value);
cfsetospeed(&termbuf, val);
cfsetospeed(&options, fBaudRate);