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 234 static int baud_rate_of (int speed);
882 static int baud_rate_of (int speed) function
967 baud_rate = baud_rate_of(speed);
    [all...]
sys-solaris.c 245 static int baud_rate_of __P((int));
1163 baud_rate_of(speed) function
1266 baud_rate = inspeed = baud_rate_of(speed);
    [all...]

Completed in 167 milliseconds