Searched refs:B28800 (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/telnet/telnet/ |
H A D | baud.h | 49 #ifndef B28800 50 #define B28800 B19200 macro 54 #define B38400 B28800 105 #ifdef B28800 106 { 28800, B28800 },
|
/freebsd/contrib/tcsh/ |
H A D | mi.termios.c | 26 #undef B28800 102 #ifdef B28800 103 case B28800: return 28800; 136 #ifdef B28800 137 if (speed == 28800) return B28800;
|
/freebsd/crypto/openssh/ |
H A D | ttymodes.c | 133 #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()
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | sys_bsd.c | 534 #ifndef B28800 535 #define B28800 B19200 macro 539 # define B38400 B28800 573 { 14400, B14400 }, { 19200, B19200 }, { 28800, B28800 },
|
/freebsd/usr.sbin/ppp/ |
H A D | defs.c | 217 #ifdef B28800 218 { 28800, B28800, },
|
/freebsd/sys/sys/ |
H A D | _termios.h | 203 #define B28800 28800 macro
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_baudrate.c | 126 #ifdef B28800
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | sys_term.c | 687 #ifdef B28800 688 { 28800, B28800 },
|