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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A 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[strle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dipxcp.c1382 char *argv[14], strproto_lcl[32], strproto_rmt[32]; local
1387 strproto_lcl[0] = '\0';
1390 strlcpy (strproto_lcl, "RIP ", sizeof(strproto_lcl));
1392 strlcat (strproto_lcl, "NLSP ", sizeof(strproto_lcl));
1395 if (strproto_lcl[0] == '\0')
1396 strlcpy (strproto_lcl, "NONE ", sizeof(strproto_lcl));
1398 strproto_lcl[strle
[all...]

Completed in 55 milliseconds