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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipv6cp.c1393 char strspeed[32], strlocal[26], strremote[26]; local
1396 (void) slprintf(strspeed, sizeof (strspeed), "%d", baud_rate);
1405 argv[3] = strspeed;
H A Dauth.c2156 char strspeed[32]; local
2168 (void) slprintf(strspeed, sizeof(strspeed), "%d", baud_rate);
2175 argv[5] = strspeed;
H A Dipcp.c1733 char strspeed[32], strlocal[32], strremote[32]; local
1736 (void) slprintf(strspeed, sizeof(strspeed), "%d", baud_rate);
1745 argv[3] = strspeed;

Completed in 68 milliseconds