Home | History | Annotate | Download | only in radius

Lines Matching full:attr_pos

39 	 * attr_pos - Array of indexes to attributes
44 size_t *attr_pos;
74 (wpabuf_mhead_u8(msg->buf) + msg->attr_pos[idx]);
87 msg->attr_pos =
88 os_zalloc(RADIUS_DEFAULT_ATTR_COUNT * sizeof(*msg->attr_pos));
89 if (msg->attr_pos == NULL)
139 os_free(msg->attr_pos);
441 nattr_pos = os_realloc(msg->attr_pos,
442 nlen * sizeof(*msg->attr_pos));
446 msg->attr_pos = nattr_pos;
450 msg->attr_pos[msg->attr_used++] =