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()
127 void (*radius_attributes_hook)(VALUE_PAIR *) = NULL; variable555 if (radius_attributes_hook) { in radius_setparams()556 (*radius_attributes_hook)(vp); in radius_setparams()