Home
last modified time | relevance | path

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

/openbsd/usr.sbin/pppd/
H A Dauth.c169 static int scan_authfile(FILE *, char *, char *, u_int32_t, char *,
677 if (scan_authfile(f, user, our_name, remote,
826 i = scan_authfile(f, "", our_name, (u_int32_t)0, secret, &addrs, filename);
859 ret = scan_authfile(f, user,
891 ret = scan_authfile(f, NULL, our_name, remote, NULL, NULL, filename); in have_pap_secret()
926 ret = scan_authfile(f, client, server, remote, NULL, NULL, filename);
966 ret = scan_authfile(f, client, server, (u_int32_t)0,
1154 scan_authfile(f, client, server, ipaddr, secret, addrs, filename) in scan_authfile() function