Searched refs:scan_authfile (Results 1 – 1 of 1) sorted by relevance
/external/ppp/pppd/ |
D | auth.c | 258 static int scan_authfile __P((FILE *, char *, char *, char *, 1425 if (scan_authfile(f, user, our_name, secret, &addrs, &opts, filename, 0) < 0) { 1524 i = scan_authfile(f, "", our_name, secret, &addrs, &opts, filename, 0); 1570 ret = scan_authfile(f, user, 1608 ret = scan_authfile(f, (explicit_remote? remote_name: NULL), our_name, 1658 ret = scan_authfile(f, client, server, NULL, &addrs, NULL, filename, 0); 1700 ret = scan_authfile(f, client, server, NULL, &addrs, NULL, filename, 0); 1754 ret = scan_authfile(f, client, server, secbuf, &addrs, &opts, filename, 0); 1812 ret = scan_authfile(fp, client, server, secret, &addrs, &opts, 2120 scan_authfile(f, client, server, secret, addrs, opts, filename, flags) in scan_authfile() function
|