Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dipxcp.c1410 char *argv[14], strproto_lcl[32], strproto_rmt[32]; local
1415 strproto_lcl[0] = '\0';
1418 strlcpy (strproto_lcl, "RIP ", sizeof(strproto_lcl));
1420 strlcat (strproto_lcl, "NLSP ", sizeof(strproto_lcl));
1423 if (strproto_lcl[0] == '\0')
1424 strlcpy (strproto_lcl, "NONE ", sizeof(strproto_lcl));
1426 strproto_lcl[strlen (strproto_lcl)-1] = '\0';
1454 argv[7] = strproto_lcl;