Searched refs:scan_authfile (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/usr.sbin/pppd/ |
| D | auth.c | 169 static int scan_authfile(FILE *, char *, char *, u_int32_t, char *, 655 if (scan_authfile(f, user, our_name, remote, in check_passwd() 799 i = scan_authfile(f, "", our_name, (u_int32_t)0, secret, &addrs, filename); in null_login() 831 ret = scan_authfile(f, user, in get_pap_passwd() 863 ret = scan_authfile(f, NULL, our_name, remote, NULL, NULL, filename); in have_pap_secret() 895 ret = scan_authfile(f, client, server, remote, NULL, NULL, filename); in have_chap_secret() 930 ret = scan_authfile(f, client, server, (u_int32_t)0, in get_secret() 1109 scan_authfile(FILE *f, char *client, char *server, u_int32_t ipaddr, in scan_authfile() function
|