Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dttymodes.c162 baud_to_speed(int baud) in baud_to_speed() function
383 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()
H A Dssh_namespace.h69 #define baud_to_speed Fssh_baud_to_speed macro