Home
last modified time | relevance | path

Searched refs:strproto_rmt (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
1388 strproto_rmt[0] = '\0'; in ipxcp_script()
1391 strlcpy (strproto_rmt, "RIP ", sizeof(strproto_rmt)); in ipxcp_script()
1393 strlcat (strproto_rmt, "NLSP ", sizeof(strproto_rmt)); in ipxcp_script()
1396 if (strproto_rmt[0] == '\0') in ipxcp_script()
1397 strlcpy (strproto_rmt, "NONE ", sizeof(strproto_rmt)); in ipxcp_script()
1399 strproto_rmt[strlen (strproto_rmt)-1] = '\0'; in ipxcp_script()
1415 argv[8] = strproto_rmt; in ipxcp_script()