Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dttymodes.c255 int r, ibaud, obaud; in ssh_tty_make_modes() local
274 ibaud = speed_to_baud(cfgetispeed(&tio)); in ssh_tty_make_modes()
278 (r = sshbuf_put_u32(buf, ibaud)) != 0) in ssh_tty_make_modes()