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

/openbsd-current/usr.sbin/radiusd/
H A Dradiusd_file.c493 struct authresp { struct
495 uint8_t authresp[42]; member in struct:authresp
496 } __packed authresp; local
535 authresp.ident = resp.ident;
536 strlcpy(authresp.authresp, "E=691 R=0 V=3",
537 sizeof(authresp.authresp));
539 RADIUS_VTYPE_MS_CHAP_ERROR, &authresp,
540 offsetof(struct authresp, authres
[all...]

Completed in 107 milliseconds