Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dauth.c259 static int scan_authfile __P((FILE *, char *, char *, char *,
1392 if (scan_authfile(f, user, our_name, secret, &addrs, &opts, filename, 0) < 0) {
1714 i = scan_authfile(f, "", our_name, secret, &addrs, &opts, filename, 0);
1760 ret = scan_authfile(f, user,
1798 ret = scan_authfile(f, (explicit_remote? remote_name: NULL), our_name,
1848 ret = scan_authfile(f, client, server, NULL, &addrs, NULL, filename, 0);
1890 ret = scan_authfile(f, client, server, NULL, &addrs, NULL, filename, 0);
1944 ret = scan_authfile(f, client, server, secbuf, &addrs, &opts, filename, 0);
2002 ret = scan_authfile(fp, client, server, secret, &addrs, &opts,
2310 scan_authfile(f, client, server, secret, addrs, opts, filename, flags) in scan_authfile() function