Home
last modified time | relevance | path

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

/titanic_41/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), in auth_check_options()
995 } else if (explicit_remote) in auth_check_options()
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,
H A Dchap.c485 if (explicit_remote ||
642 rhn = (explicit_remote? remote_name: rhostname);
H A Dpppd.h257 extern bool explicit_remote;/* remote_name specified with remotename opt */