Searched refs:auth_order (Results 1 – 2 of 2) sorted by relevance
146 _this->auth_order[0] = -1; in lcp_init()212 if (_this->auth_order[0] > 0) { in lcp_open()218 _this->auth_order[0] /* first one */, in lcp_open()286 f->ppp->lcp.auth_order[0] = -1; in lcp_resetci()315 for (i = 0; _this->auth_order[i] > 0 && in lcp_add_auth()316 i < countof(_this->auth_order); i++) { in lcp_add_auth()317 switch (_this->auth_order[i]) { in lcp_add_auth()416 _this->auth_order[0] = f->ppp->peer_auth; in lcp_addci()417 _this->auth_order[1] = -1; in lcp_addci()418 } else if (_this->auth_order[0] < 0) { in lcp_addci()[all …]
279 int auth_order[16]; member