Searched defs:module_handlers (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/usr.sbin/radiusd/ |
H A D | radiusd_module.h | 25 struct module_handlers { struct 27 void (*config_set)(void *ctx, const char *paramname, int paramvalc, 30 void (*start)(void *ctx); 32 void (*stop)(void *ctx); 34 void (*userpass)(void *ctx, u_int query_id, const char *user, 37 void (*access_request)(void *ctx, u_int query_id, const u_char *pkt, 41 void (*next_response)(void *ctx, u_int query_id, const u_char *pkt, 66 struct module_base *module_create(int, void *, struct module_handlers *); argument
|