HomeSort by relevance Sort by last modified time
    Searched refs:his_auth (Results 1 - 4 of 4) sorted by null

  /external/libppp/src/
lcp.h 56 u_short his_auth; /* Peer wants this type of authentication */ member in struct:lcp
datalink.c 579 lcp->auth_iwait = lcp->his_auth;
580 if (lcp->his_auth || lcp->want_auth) {
584 Auth2Nam(lcp->his_auth, lcp->his_authtype),
586 if (lcp->his_auth == PROTO_PAP)
    [all...]
lcp.c 297 lcp->his_auth = 0;
832 lcp->his_auth = proto;
849 lcp->his_auth = proto;
    [all...]
mppe.c 449 (lcp->his_auth == PROTO_CHAP && lcp->his_authtype == 0x81);

Completed in 159 milliseconds