OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_required
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/ppp/dist/pppd/
auth.c
249
bool
auth_required
= 0; /* Always require authentication from peer */
variable
322
{ "auth", o_bool, &
auth_required
,
324
{ "noauth", o_bool, &
auth_required
,
329
OPT_PRIOSUB | 1, &
auth_required
},
332
OPT_ALIAS | OPT_PRIOSUB | 1, &
auth_required
},
333
{ "require-chap", o_bool, &
auth_required
,
337
{ "+chap", o_bool, &
auth_required
,
342
{ "require-mschap", o_bool, &
auth_required
,
346
{ "+mschap", o_bool, &
auth_required
,
350
{ "require-mschap-v2", o_bool, &
auth_required
,
[
all
...]
tls.c
111
if (
auth_required
&& !ok) {
pppd-private.h
176
extern bool
auth_required
; /* Peer is required to authenticate */
Completed in 17 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026