Searched defs:explicit_remote (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c186 bool explicit_remote = 0; /* User specified explicit remote name */ variable
266 &explicit_remote, MAXNAMELEN },
985 can_auth = have_chap_secret((explicit_remote? remote_name: NULL),
995 } else if (explicit_remote)
1028 have_chap_secret(user, (explicit_remote? remote_name: NULL), 0, NULL);
1042 havesecret = have_chap_secret((explicit_remote? remote_name: NULL),
1537 ret = scan_authfile(f, (explicit_remote? remote_name: NULL), our_name,

Completed in 87 milliseconds