Home
last modified time | relevance | path

Searched refs:module_accsreq_answer (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/radiusd/
H A Dradiusd_file.c424 module_accsreq_answer(self->base, q_id, in auth_pap()
466 module_accsreq_answer(self->base, q_id, in auth_md5chap()
584 module_accsreq_answer(self->base, q_id, in auth_mschapv2()
612 module_accsreq_answer(self->base, q_id, in auth_reject()
H A Dradiusd_eap2mschap.c200 module_accsreq_answer(self->base, q_id, respkt, respktlen); in eap2mschap_next_response()
394 module_accsreq_answer(self->base, req->q_id, in eap_recv()
596 module_accsreq_answer(self->base, req->q_id, in eap_recv_mschap()
690 module_accsreq_answer(req->eap2mschap->base, req->q_id, in eap_resp_mschap()
740 module_accsreq_answer(req->eap2mschap->base, q_id, in eap_send_reject()
H A Dradiusd_module.h82 int module_accsreq_answer(struct module_base *, u_int,
H A Dradiusd_radius.c579 module_accsreq_answer(req->module->base, req->q_id, pkt, pktlen); in module_radius_req_on_success()
H A Dradiusd_module.c277 module_accsreq_answer(struct module_base *base, u_int q_id, const u_char *pkt, in module_accsreq_answer() function