OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_ineed
(Results
1 - 5
of
5
) sorted by null
/external/libppp/src/
lcp.h
80
u_short
auth_ineed
; /* I require that the peer authenticates */
member in struct:lcp
pap.c
154
authp->physical->link.lcp.
auth_ineed
= 0;
285
if (p->link.lcp.
auth_ineed
== 0)
chap.c
576
authp->physical->link.lcp.
auth_ineed
= 0;
938
if (p->link.lcp.
auth_ineed
== 0) {
lcp.c
354
lcp->auth_iwait = lcp->
auth_ineed
= 0;
[
all
...]
datalink.c
578
lcp->
auth_ineed
= lcp->want_auth;
[
all
...]
Completed in 28 milliseconds