Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dttymodes.c160 baud_to_speed(int baud) in baud_to_speed() function
354 cfsetispeed(&tio, baud_to_speed(baud)) == -1) in ssh_tty_parse_modes()
362 cfsetospeed(&tio, baud_to_speed(baud)) == -1) in ssh_tty_parse_modes()