Home
last modified time | relevance | path

Searched refs:baud_rate_of (Results 1 – 2 of 2) sorted by relevance

/external/ppp/pppd/
Dsys-solaris.c245 static int baud_rate_of __P((int));
1163 baud_rate_of(speed) in baud_rate_of() function
1266 baud_rate = inspeed = baud_rate_of(speed);
Dsys-linux.c233 static int baud_rate_of (int speed);
881 static int baud_rate_of (int speed) in baud_rate_of() function
966 baud_rate = baud_rate_of(speed); in set_up_tty()