Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c217 static int scan_authfile __P((FILE *, char *, char *, char *,
1116 if (scan_authfile(f, user, our_name, secret, &addrs, &opts, filename) < 0) {
1447 i = scan_authfile(f, "", our_name, secret, &addrs, &opts, filename);
1492 ret = scan_authfile(f, user,
1530 ret = scan_authfile(f, (explicit_remote? remote_name: NULL), our_name,
1573 ret = scan_authfile(f, client, server, NULL, &addrs, NULL, filename);
1631 ret = scan_authfile(f, client, server, secbuf, &addrs, &opts,
1927 scan_authfile(f, client, server, secret, addrs, opts, filename) in scan_authfile() function