Home
last modified time | relevance | path

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

/external/openssh/
Dttymodes.c129 #ifdef B14400 in speed_to_baud()
130 case B14400: in speed_to_baud()
218 #ifdef B14400 in baud_to_speed()
220 return B14400; in baud_to_speed()
/external/rust/crates/nix/src/sys/
Dtermios.rs285 B14400,
351 use libc::{B7200, B14400, B28800, B76800}; in try_from()
384 B14400 => Ok(BaudRate::B14400), in try_from()
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs579 pub const B14400: speed_t = 14400; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1246 pub const B14400: speed_t = 14400; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2000 pub const B14400: speed_t = 14400; constant