OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_iwait
(Results
1 - 5
of
5
) sorted by null
/external/libppp/src/
lcp.h
79
u_short
auth_iwait
; /* I must authenticate to the peer */
member in struct:lcp
pap.c
158
if (authp->physical->link.lcp.
auth_iwait
== 0)
283
if (p->link.lcp.
auth_iwait
== PROTO_PAP) {
284
p->link.lcp.
auth_iwait
= 0;
chap.c
580
if (authp->physical->link.lcp.
auth_iwait
== 0)
936
if (p->link.lcp.
auth_iwait
== PROTO_CHAP) {
937
p->link.lcp.
auth_iwait
= 0;
datalink.c
579
lcp->
auth_iwait
= lcp->his_auth;
[
all
...]
lcp.c
354
lcp->
auth_iwait
= lcp->auth_ineed = 0;
[
all
...]
Completed in 61 milliseconds