Searched refs:radius_attributes_hook (Results 1 – 2 of 2) sorted by relevance
24 extern void (*radius_attributes_hook)(VALUE_PAIR *);42 radius_attributes_hook = print_attributes; in plugin_init()
129 void (*radius_attributes_hook)(VALUE_PAIR *) = NULL; variable558 if (radius_attributes_hook) { in radius_setparams()559 (*radius_attributes_hook)(vp); in radius_setparams()