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

  /external/libppp/src/
lcp.h 94 unsigned chap05 : 2; /* Challenge Handshake Authentication proto */ member in struct:lcp::__anon22827
lcp.c 210 command_ShowNegval(lcp->cfg.chap05));
270 lcp->cfg.chap05 = NEG_ACCEPTED;
316 if (IsEnabled(lcp->cfg.chap05)) {
639 if (IsAccepted(lcp->cfg.chap05)) {
842 if ((chap_type == 0x05 && IsAccepted(lcp->cfg.chap05))
894 if (chap_type == 0x05 && IsEnabled(lcp->cfg.chap05)) {
    [all...]
command.c     [all...]

Completed in 46 milliseconds