Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dttymodes.c283 int r, ibaud, obaud; in ssh_tty_make_modes() local
301 obaud = speed_to_baud(cfgetospeed(&tio)); in ssh_tty_make_modes()
304 (r = sshbuf_put_u32(buf, obaud)) != 0 || in ssh_tty_make_modes()