Home | History | Annotate | Download | only in radius

Lines Matching defs:nattr_pos

434 		size_t *nattr_pos;
437 nattr_pos = os_realloc(msg->attr_pos,
439 if (nattr_pos == NULL)
442 msg->attr_pos = nattr_pos;