HomeSort by relevance Sort by last modified time
    Searched refs:baud_rate_of (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
sys-linux.c 236 static int baud_rate_of (int speed);
912 static int baud_rate_of (int speed) function
1000 baud_rate = baud_rate_of(speed);
    [all...]
sys-solaris.c 245 static int baud_rate_of __P((int));
1163 baud_rate_of(speed) function
1269 baud_rate = inspeed = baud_rate_of(speed);
    [all...]

Completed in 59 milliseconds