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)
961 if (alen)
962 *alen = len;
1252 size_t alen;
1254 alen = 4 + 2 + len;
1255 buf = os_malloc(alen);
1265 buf, alen);