OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:his_authtype
(Results
1 - 5
of
5
) sorted by null
/external/libppp/src/
lcp.h
57
u_char
his_authtype
; /* Fifth octet of REQ/NAK/REJ */
member in struct:lcp
chap.c
454
int lanman = chap->auth.physical->link.lcp.
his_authtype
== 0x80 &&
469
, chap->auth.physical->link.lcp.
his_authtype
, lanman
757
lanman = p->link.lcp.
his_authtype
== 0x80 &&
845
, p->link.lcp.
his_authtype
, lanman
940
if (p->link.lcp.
his_authtype
== 0x81) {
lcp.c
298
lcp->
his_authtype
= 0;
833
lcp->
his_authtype
= 0;
850
lcp->
his_authtype
= chap_type;
[
all
...]
mppe.c
449
(lcp->his_auth == PROTO_CHAP && lcp->
his_authtype
== 0x81);
datalink.c
584
Auth2Nam(lcp->his_auth, lcp->
his_authtype
),
[
all
...]
Completed in 34 milliseconds