Searched refs:chap_type (Results 1 - 1 of 1) sorted by relevance

/external/libppp/src/
H A Dlcp.c664 int pos, op, callback_req, chap_type; local
822 chap_type = opt->hdr.len == 5 ? opt->data[2] : 0;
825 Auth2Nam(proto, chap_type));
842 if ((chap_type == 0x05 && IsAccepted(lcp->cfg.chap05))
844 || (chap_type == 0x80 && (IsAccepted(lcp->cfg.chap80nt) ||
846 || (chap_type == 0x81 && IsAccepted(lcp->cfg.chap81))
850 lcp->his_authtype = chap_type;
854 if (chap_type == 0x80) {
856 } else if (chap_type == 0x81) {
860 if (chap_type !
[all...]

Completed in 258 milliseconds