Home
last modified time | relevance | path

Searched refs:challid (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.sbin/npppd/npppd/
H A Dchap.c220 _this->challid = ++_this->pktid; in chap_start()
223 _this->challid, challp0, challp - challp0); in chap_start()
294 if (id != _this->challid) { in chap_input()
399 chap_radius_authenticate(_this, _this->challid, in chap_authenticate()
408 md5chap_authenticate(_this, _this->challid, in chap_authenticate()
414 mschapv2_authenticate(_this, _this->challid, in chap_authenticate()
437 ppp_output(_this->ppp, PPP_PROTO_CHAP, (authok)? 3 : 4, _this->challid, in chap_response()
519 _this->challid = dpi->auth_id; in chap_proxy_authen_prepare()
757 md5response[0] = _this->challid; in chap_radius_authenticate()
H A Dppp.h299 u_char challid; /* Id of challenge */ member