Searched refs:strlocal (Results 1 – 3 of 3) sorted by relevance
/external/ppp/pppd/ |
D | ipxcp.c | 1408 char strspeed[32], strlocal[32], strremote[32]; local 1443 slprintf (strlocal, sizeof(strlocal), "%0.6B", go->our_node); 1452 argv[5] = strlocal;
|
D | ipv6cp.c | 1388 char strspeed[32], strlocal[32], strremote[32]; local 1392 strcpy(strlocal, llv6_ntoa(ipv6cp_gotoptions[0].ourid)); 1399 argv[4] = strlocal;
|
D | ipcp.c | 2087 char strspeed[32], strlocal[32], strremote[32]; local 2091 slprintf(strlocal, sizeof(strlocal), "%I", ipcp_gotoptions[0].ouraddr); 2098 argv[4] = strlocal;
|