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

/openbsd-current/usr.sbin/radiusd/
H A Deap2mschap_local.h105 struct eap2mschap;
108 struct eap2mschap *eap2mschap; member in struct:access_req
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 *, struc
[all...]
H A Dradiusd_eap2mschap.c58 struct eap2mschap eap2mschap; local
60 eap2mschap_init(&eap2mschap);
61 if ((eap2mschap.base = module_create(STDIN_FILENO, &eap2mschap,
65 module_drop_privilege(eap2mschap.base, 0);
68 module_load(eap2mschap.base);
75 module_start(eap2mschap.base);
78 module_destroy(eap2mschap.base);
87 eap2mschap_init(struct eap2mschap *sel
[all...]

Completed in 112 milliseconds