Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/ppp/
HDphysical.h134 extern int physical_SetSpeed(struct physical *, unsigned);
HDtty.c387 if (!physical_SetSpeed(p, dev->real.speed)) in UnloadLineDiscipline()
HDphysical.c267 physical_SetSpeed(struct physical *p, unsigned speed) in physical_SetSpeed() function
HDcommand.c1407 if (physical_SetSpeed(arg->cx->physical, speed)) in SetModemSpeed()