Home | History | Annotate | Download | only in radius

Lines Matching refs:hdr

543 	struct radius_hdr *hdr = radius_msg_get_hdr(request);
556 msg = radius_msg_new(code, hdr->identifier);
582 if (!radius_msg_add_mppe_keys(msg, hdr->authenticator,
600 hdr->authenticator) < 0) {
618 struct radius_hdr *hdr = radius_msg_get_hdr(request);
623 msg = radius_msg_new(RADIUS_CODE_ACCESS_REJECT, hdr->identifier);
645 hdr->authenticator) <
800 struct radius_hdr *hdr;
831 hdr = radius_msg_get_hdr(msg);
832 sess->last_identifier = hdr->identifier;
833 os_memcpy(sess->last_authenticator, hdr->authenticator, 16);