eap_mschap_challenge
struct eap_mschap_challenge *ms;
struct eap_mschap_challenge *msc;
msc = (struct eap_mschap_challenge *)ptr;
int eap_mschap_challenge(struct iked *, struct iked_sa *, int, int,
ret = eap_mschap_challenge(env, sa, eap->eam_id, eap->eam_msrid,
static_assert(sizeof(struct eap_mschap_challenge) == 26, "");
static_assert(offsetof(struct eap_mschap_challenge, chap) == 5, "");
static_assert(offsetof(struct eap_mschap_challenge, chall) == 10, "");
struct eap_mschap_challenge *chall;
msgsiz = offsetof(struct eap_mschap_challenge,
chall = (struct eap_mschap_challenge *)buf;
offsetof(struct eap_mschap_challenge, chap));