Searched refs:module_accsreq_answer (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.sbin/radiusd/ |
H A D | radiusd_file.c | 424 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 D | radiusd_eap2mschap.c | 200 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 D | radiusd_module.h | 82 int module_accsreq_answer(struct module_base *, u_int,
|
H A D | radiusd_radius.c | 579 module_accsreq_answer(req->module->base, req->q_id, pkt, pktlen); in module_radius_req_on_success()
|
H A D | radiusd_module.c | 277 module_accsreq_answer(struct module_base *base, u_int q_id, const u_char *pkt, in module_accsreq_answer() function
|