Home
last modified time | relevance | path

Searched refs:strspeed (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/bsd/ppp/dist/pppd/
H A Dipv6cp.c1413 char strspeed[32], strlocal[32], strremote[32]; in ipv6cp_script() local
1416 snprintf(strspeed, sizeof(strspeed), "%d", baud_rate); in ipv6cp_script()
1424 argv[3] = strspeed; in ipv6cp_script()
H A Dipxcp.c1368 char strspeed[32], strlocal[32], strremote[32]; in ipxcp_script() local
1373 slprintf(strspeed, sizeof(strspeed),"%d", baud_rate); in ipxcp_script()
1410 argv[3] = strspeed; in ipxcp_script()
H A Dauth.c2379 char strspeed[32]; in auth_script() local
2391 slprintf(strspeed, sizeof(strspeed), "%d", baud_rate); in auth_script()
2398 argv[5] = strspeed; in auth_script()
H A Dipcp.c2069 char strspeed[32], strlocal[32], strremote[32]; in ipcp_script() local
2072 slprintf(strspeed, sizeof(strspeed), "%d", baud_rate); in ipcp_script()
2079 argv[3] = strspeed; in ipcp_script()