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

/openbsd-current/usr.sbin/pppd/
H A Dauth.c116 /* Bits in scan_authfile return value */
169 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);
926 ret = scan_authfile(f, client, server, remote, NULL, NULL, filename);
966 ret = scan_authfile(f, client, server, (u_int32_t)0,
1145 * scan_authfile - Scan an authorization file for a secret suitable
1154 scan_authfile( function
[all...]

Completed in 524 milliseconds