Home | History | Annotate | Download | only in radius

Lines Matching refs:radius_attributes_hook

127 void (*radius_attributes_hook)(VALUE_PAIR *) = NULL;
555 if (radius_attributes_hook) {
556 (*radius_attributes_hook)(vp);