Searched refs:strspeed (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dipxcp.c1408 char strspeed[32], strlocal[32], strremote[32]; local
1413 slprintf(strspeed, sizeof(strspeed),"%d", baud_rate);
1450 argv[3] = strspeed;
H A Dipv6cp.c1406 char strspeed[32], strlocal[32], strremote[32]; local
1409 sprintf(strspeed, "%d", baud_rate);
1416 argv[3] = strspeed;
H A Dauth.c2565 char strspeed[32]; local
2577 slprintf(strspeed, sizeof(strspeed), "%d", baud_rate);
2584 argv[5] = strspeed;
H A Dipcp.c1980 char strspeed[32], strlocal[32], strremote[32]; local
1983 slprintf(strspeed, sizeof(strspeed), "%d", baud_rate);
1990 argv[3] = strspeed;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dauth.c1923 char strspeed[32]; local
1935 slprintf(strspeed, sizeof(strspeed), "%d", baud_rate);
1942 argv[5] = strspeed;
H A Dipxcp.c1380 char strspeed[32], strlocal[32], strremote[32]; local
1385 slprintf(strspeed, sizeof(strspeed),"%d", baud_rate);
1422 argv[3] = strspeed;
H A Dipv6cp.c1359 char strspeed[32], strlocal[32], strremote[32]; local
1362 sprintf(strspeed, "%d", baud_rate);
1369 argv[3] = strspeed;
H A Dipcp.c1830 char strspeed[32], strlocal[32], strremote[32]; local
1833 slprintf(strspeed, sizeof(strspeed), "%d", baud_rate);
1840 argv[3] = strspeed;

Completed in 127 milliseconds