Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/npppd/npppd/
H A Dradius_req.h67 typedef void (radius_response)(void *context, RADIUS_PACKET *pkt, int flags, RADIUS_REQUEST_CTX req… typedef
111 … radius_prepare (radius_req_setting *, void *, RADIUS_REQUEST_CTX *, radius_response);
H A Dradius_req.c65 radius_response *response_fn;
267 RADIUS_REQUEST_CTX *pctx, radius_response response_fn) in radius_prepare()