Home
last modified time | relevance | path

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

/netbsd/external/bsd/ppp/dist/pppd/
H A Dipxcp.c1370 char *argv[14], strproto_lcl[32], strproto_rmt[32]; in ipxcp_script() local
1375 strproto_lcl[0] = '\0'; in ipxcp_script()
1378 strlcpy (strproto_lcl, "RIP ", sizeof(strproto_lcl)); in ipxcp_script()
1380 strlcat (strproto_lcl, "NLSP ", sizeof(strproto_lcl)); in ipxcp_script()
1383 if (strproto_lcl[0] == '\0') in ipxcp_script()
1384 strlcpy (strproto_lcl, "NONE ", sizeof(strproto_lcl)); in ipxcp_script()
1386 strproto_lcl[strlen (strproto_lcl)-1] = '\0'; in ipxcp_script()
1414 argv[7] = strproto_lcl; in ipxcp_script()