Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c183 bool explicit_remote = 0; /* User specified explicit remote name */ variable
263 &explicit_remote, MAXNAMELEN },
982 can_auth = have_chap_secret((explicit_remote? remote_name: NULL), in auth_check_options()
992 } else if (explicit_remote) in auth_check_options()
1025 have_chap_secret(user, (explicit_remote? remote_name: NULL), 0, NULL);
1039 havesecret = have_chap_secret((explicit_remote? remote_name: NULL),
1530 ret = scan_authfile(f, (explicit_remote? remote_name: NULL), our_name,
H A Dchap.c475 if (explicit_remote ||
632 rhn = (explicit_remote? remote_name: rhostname);
H A Dpppd.h264 extern bool explicit_remote;/* remote_name specified with remotename opt */