Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/pppd/
Dpppd.h118 extern int explicit_remote;/* remote_name specified with remotename opt */
Dchap.c414 if (remote_name[0] != 0 && (explicit_remote || rhostname[0] == 0)) { in ChapReceiveChallenge()
Doptions.c123 int explicit_remote = 0; /* User specified explicit remote name */ variable