Home
last modified time | relevance | path

Searched refs:baud_to_speed (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dttymodes.c171 baud_to_speed(int baud) in baud_to_speed() function
382 if (failure != -1 && cfsetispeed(&tio, baud_to_speed(baud)) == -1) in tty_parse_modes()
392 if (failure != -1 && cfsetospeed(&tio, baud_to_speed(baud)) == -1) in tty_parse_modes()