Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c224 static int scan_authfile __P((FILE *, char *, char *, char *,
1123 if (scan_authfile(f, user, our_name, secret, &addrs, &opts, filename) < 0) {
1454 i = scan_authfile(f, "", our_name, secret, &addrs, &opts, filename);
1499 ret = scan_authfile(f, user,
1537 ret = scan_authfile(f, (explicit_remote? remote_name: NULL), our_name,
1580 ret = scan_authfile(f, client, server, NULL, &addrs, NULL, filename);
1638 ret = scan_authfile(f, client, server, secbuf, &addrs, &opts,
1934 scan_authfile(f, client, server, secret, addrs, opts, filename) in scan_authfile() function