Home
last modified time | relevance | path

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

/openbsd/usr.sbin/radiusd/
H A Deap2mschap_local.h105 struct eap2mschap;
108 struct eap2mschap *eap2mschap; member
128 struct eap2mschap { struct
175 static void eap2mschap_init(struct eap2mschap *);
186 static void eap2mschap_reset_eaptimer (struct eap2mschap *);
189 *access_request_new(struct eap2mschap *, u_int);
196 *eap_recv(struct eap2mschap *, u_int, RADIUS_PACKET *);
198 *eap_recv_mschap(struct eap2mschap *, struct access_req *,
200 static void eap_resp_mschap(struct eap2mschap *, struct access_req *,
H A Dradiusd_eap2mschap.c58 struct eap2mschap eap2mschap; in main() local
60 eap2mschap_init(&eap2mschap); in main()
61 if ((eap2mschap.base = module_create(STDIN_FILENO, &eap2mschap, in main()
68 module_load(eap2mschap.base); in main()
75 module_start(eap2mschap.base); in main()
97 struct eap2mschap *self = ctx; in eap2mschap_start()
111 struct eap2mschap *self = ctx; in eap2mschap_config_set()
142 struct eap2mschap *self = ctx; in eap2mschap_stop()
161 struct eap2mschap *self = ctx; in eap2mschap_access_request()
191 struct eap2mschap *self = ctx; in eap2mschap_next_response()
[all …]