Searched refs:scan_authfile (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | auth.c | 99 /* Bits in scan_authfile return value */ 171 * This is set by scan_authfile if a client matches, but server doesn't 224 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, 1917 * scan_authfile 1934 scan_authfile(f, client, server, secret, addrs, opts, filename) function [all...] |
Completed in 59 milliseconds