Searched refs:authfile (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dfile.h134 char authfile[STRLEN]; /* File containing authentication info */ member in struct:global
H A Dl2tpd.c1247 memset(gconfig.authfile,0,STRLEN);
1254 strncpy(gconfig.authfile,DEFAULT_AUTH_FILE,
1255 sizeof(gconfig.authfile) - 1);
1275 strncpy(gconfig.authfile,argv[i],
1276 sizeof(gconfig.authfile) - 1);
H A Daaa.c142 f = fopen (gconfig.authfile, "r");
146 __FUNCTION__, gconfig.authfile);
H A Dfile.c54 strncpy (gconfig.authfile, gconfig.altauthfile,
55 sizeof (gconfig.authfile));
338 strncpy (((struct global *) item)->authfile, value,
339 sizeof (((struct global *)item)->authfile));

Completed in 58 milliseconds