Home
last modified time | relevance | path

Searched refs:module_start_module (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.sbin/radiusd/
Dradiusd_module.c43 static void (*module_start_module) (void *) = NULL; variable
111 module_start_module = handler->start; in module_create()
430 if (module_start_module != NULL) { in module_imsg_handler()
431 module_start_module(base->ctx); in module_imsg_handler()