HomeSort by relevance Sort by last modified time
    Searched refs:radius_attributes_hook (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/plugins/radius/
radattr.c 24 extern void (*radius_attributes_hook)(VALUE_PAIR *);
42 radius_attributes_hook = print_attributes;
radius.c 127 void (*radius_attributes_hook)(VALUE_PAIR *) = NULL; variable
555 if (radius_attributes_hook) {
556 (*radius_attributes_hook)(vp);
    [all...]

Completed in 162 milliseconds