HomeSort by: relevance | last modified time | path
    Searched defs:strlocal (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
ipv6cp.c 1499 char strspeed[32], strlocal[64], strremote[64]; local
1503 strlcpy(strlocal, llv6_ntoa(ipv6cp_gotoptions[0].ourid), sizeof(strlocal));
1511 argv[4] = strlocal;
ipv6cp.c 1499 char strspeed[32], strlocal[64], strremote[64]; local
1503 strlcpy(strlocal, llv6_ntoa(ipv6cp_gotoptions[0].ourid), sizeof(strlocal));
1511 argv[4] = strlocal;
ipcp.c 2134 char strspeed[32], strlocal[32], strremote[32]; local
2138 slprintf(strlocal, sizeof(strlocal), "%I", ipcp_gotoptions[0].ouraddr);
2145 argv[4] = strlocal;
ipcp.c 2134 char strspeed[32], strlocal[32], strremote[32]; local
2138 slprintf(strlocal, sizeof(strlocal), "%I", ipcp_gotoptions[0].ouraddr);
2145 argv[4] = strlocal;

Completed in 44 milliseconds