Home | History | Annotate | Download | only in radius

Lines Matching full:alen

907  * Returns the Attribute payload and sets alen to indicate the length of the
913 u8 subtype, size_t *alen)
962 if (alen)
963 *alen = len;
1240 size_t alen;
1242 alen = 4 + 2 + len;
1243 buf = os_malloc(alen);
1253 buf, alen);