Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dphysical.h134 extern int physical_SetSpeed(struct physical *, unsigned);
H A Dtty.c387 if (!physical_SetSpeed(p, dev->real.speed)) in UnloadLineDiscipline()
H A Dphysical.c267 physical_SetSpeed(struct physical *p, unsigned speed) in physical_SetSpeed() function
H A Dcommand.c1411 if (physical_SetSpeed(arg->cx->physical, speed)) in SetModemSpeed()