Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Ddefs.h134 extern speed_t UnsignedToSpeed(unsigned);
H A Ddefs.c262 UnsignedToSpeed(unsigned nspeed) in UnsignedToSpeed() function
H A Dtty.c736 if (cfsetspeed(&ios, UnsignedToSpeed(p->cfg.speed)) == -1) in tty_Create()
H A Dphysical.c269 if (UnsignedToSpeed(speed) != B0) { in physical_SetSpeed()