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

/external/ppp/pppd/
H A Dipxcp.c1408 char strspeed[32], strlocal[32], strremote[32]; local
1443 slprintf (strlocal, sizeof(strlocal), "%0.6B", go->our_node);
1452 argv[5] = strlocal;
H A Dipv6cp.c1406 char strspeed[32], strlocal[32], strremote[32]; local
1410 strcpy(strlocal, llv6_ntoa(ipv6cp_gotoptions[0].ourid));
1417 argv[4] = strlocal;
H A Dipcp.c1974 char strspeed[32], strlocal[32], strremote[32]; local
1978 slprintf(strlocal, sizeof(strlocal), "%I", ipcp_gotoptions[0].ouraddr);
1985 argv[4] = strlocal;

Completed in 73 milliseconds