Home
last modified time | relevance | path

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

/external/openssh/
Dttymodes.c133 #ifdef B28800 in speed_to_baud()
134 case B28800: in speed_to_baud()
222 #ifdef B28800 in baud_to_speed()
224 return B28800; in baud_to_speed()
/external/rust/crates/nix/src/sys/
Dtermios.rs292 B28800,
351 use libc::{B7200, B14400, B28800, B76800}; in try_from()
391 B28800 => Ok(BaudRate::B28800), in try_from()
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs580 pub const B28800: speed_t = 28800; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1247 pub const B28800: speed_t = 28800; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2001 pub const B28800: speed_t = 28800; constant