Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A Dphysical.h133 extern int physical_SetSpeed(struct physical *, unsigned);
H A Dtty.c395 if (!physical_SetSpeed(p, dev->real.speed)) in UnloadLineDiscipline()
H A Dphysical.c265 physical_SetSpeed(struct physical *p, unsigned speed) in physical_SetSpeed() function
H A Dcommand.c1379 if (physical_SetSpeed(arg->cx->physical, speed)) in SetModemSpeed()