OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:neg_upap
(Results
1 - 3
of
3
) sorted by null
/external/ppp/pppd/
lcp.h
78
bool
neg_upap
; /* Ask for UPAP authentication? */
member in struct:lcp_options
lcp.c
363
ao->
neg_upap
= 1;
668
LENCISHORT(!go->neg_eap && !go->neg_chap && go->
neg_upap
) +
744
ADDCISHORT(CI_AUTHTYPE, !go->neg_eap && !go->neg_chap && go->
neg_upap
,
893
ACKCISHORT(CI_AUTHTYPE, !go->neg_eap && !go->neg_chap && go->
neg_upap
,
1062
if ((go->neg_chap || go->
neg_upap
|| go->neg_eap)
1068
no.
neg_upap
= go->
neg_upap
;
1121
try.
neg_upap
= 0;
1142
try.
neg_upap
= 0;
[
all
...]
auth.c
287
{ "require-pap", o_bool, &lcp_wantoptions[0].
neg_upap
,
290
{ "+pap", o_bool, &lcp_wantoptions[0].
neg_upap
,
415
lcp_allowoptions[0].
neg_upap
= 1;
725
if (auth_required && !(go->
neg_upap
|| go->neg_chap || go->neg_eap)) {
735
} else if (!wo->
neg_upap
|| uselogin || !null_login(unit)) {
752
} else if (go->
neg_upap
) {
762
} else if (ho->
neg_upap
) {
794
if (go->neg_chap || go->
neg_upap
|| go->neg_eap) {
[
all
...]
Completed in 73 milliseconds