Searched refs:baud_to_speed (Results 1 – 2 of 2) sorted by relevance
162 baud_to_speed(int baud) in baud_to_speed() function383 cfsetispeed(&tio, baud_to_speed(baud)) == -1) in ssh_tty_parse_modes()391 cfsetospeed(&tio, baud_to_speed(baud)) == -1) in ssh_tty_parse_modes()
69 #define baud_to_speed Fssh_baud_to_speed macro