HomeSort by: relevance | last modified time | path
    Searched refs:strspeed (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
ipv6cp.c 1499 char strspeed[32], strlocal[64], strremote[64]; local
1502 snprintf(strspeed, sizeof(strspeed), "%d", baud_rate);
1510 argv[3] = strspeed;
auth.c 2445 char strspeed[32]; local
2457 slprintf(strspeed, sizeof(strspeed), "%d", baud_rate);
2464 argv[5] = strspeed;
ipcp.c 2134 char strspeed[32], strlocal[32], strremote[32]; local
2137 slprintf(strspeed, sizeof(strspeed), "%d", baud_rate);
2144 argv[3] = strspeed;
main.c 822 char strspeed[32]; local
825 slprintf(strspeed, sizeof(strspeed), "%d", baud_rate);
830 argv[3] = strspeed;

Completed in 41 milliseconds