Lines Matching refs:lcp

63 #include "lcp.h"
454 int lanman = chap->auth.physical->link.lcp.his_authtype == 0x80 &&
456 IsAccepted(chap->auth.physical->link.lcp.cfg.chap80lm)) ||
457 !IsAccepted(chap->auth.physical->link.lcp.cfg.chap80nt));
469 , chap->auth.physical->link.lcp.his_authtype, lanman
509 if (authp->physical->link.lcp.want_authtype == 0x80)
511 else if (authp->physical->link.lcp.want_authtype == 0x81)
530 authp->physical->link.lcp.want_authtype);
539 if (authp->physical->link.lcp.want_authtype == 0x81)
556 if (authp->physical->link.lcp.want_authtype == 0x81) {
576 authp->physical->link.lcp.auth_ineed = 0;
580 if (authp->physical->link.lcp.auth_iwait == 0)
597 struct bundle *bundle = authp->physical->link.lcp.fsm.bundle;
603 if (authp->physical->link.lcp.want_authtype == 0x80) {
606 } else if (authp->physical->link.lcp.want_authtype == 0x81) {
757 lanman = p->link.lcp.his_authtype == 0x80 &&
758 ((chap->NTRespSent && IsAccepted(p->link.lcp.cfg.chap80lm)) ||
759 !IsAccepted(p->link.lcp.cfg.chap80nt));
784 lanman = p->link.lcp.want_authtype == 0x80 &&
845 , p->link.lcp.his_authtype, lanman
854 if (p->link.lcp.want_authtype == 0x81) {
873 if (p->link.lcp.want_authtype == 0x81 && ans[alen] != '\0' &&
884 if (p->link.lcp.want_authtype == 0x80 &&
885 lanman && !IsEnabled(p->link.lcp.cfg.chap80lm)) {
890 } else if (p->link.lcp.want_authtype == 0x80 &&
891 !lanman && !IsEnabled(p->link.lcp.cfg.chap80nt)) {
896 } else if (p->link.lcp.want_authtype == 0x81 &&
897 !IsEnabled(p->link.lcp.cfg.chap81)) {
906 , p->link.lcp.want_authtype,
918 , p->link.lcp.want_authtype, lanman
936 if (p->link.lcp.auth_iwait == PROTO_CHAP) {
937 p->link.lcp.auth_iwait = 0;
938 if (p->link.lcp.auth_ineed == 0) {
940 if (p->link.lcp.his_authtype == 0x81) {