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

  /external/libppp/src/
lcp.h 96 unsigned chap80nt : 2; /* Microsoft (NT) CHAP */ member in struct:lcp::__anon10775
lcp.c 213 command_ShowNegval(lcp->cfg.chap80nt));
272 lcp->cfg.chap80nt = NEG_ACCEPTED;
320 } else if (IsEnabled(lcp->cfg.chap80nt) ||
643 } else if (IsAccepted(lcp->cfg.chap80nt) ||
844 || (chap_type == 0x80 && (IsAccepted(lcp->cfg.chap80nt) ||
898 } else if (chap_type == 0x80 && (IsEnabled(lcp->cfg.chap80nt) ||
    [all...]
chap.c 457 !IsAccepted(chap->auth.physical->link.lcp.cfg.chap80nt));
759 !IsAccepted(p->link.lcp.cfg.chap80nt));
891 !lanman && !IsEnabled(p->link.lcp.cfg.chap80nt)) {
command.c     [all...]

Completed in 4419 milliseconds