Searched refs:device_pipe_hook (Results 1 – 4 of 4) sorted by relevance
57 device_pipe_hook { TYPE = DATA; FLAGS = extern }; # " "
514 device_pipe_hook = pppoe_device_pipe; in plugin_init()
151 void (*device_pipe_hook) __P((int pipefd)) = NULL; variable1902 if (!dont_wait && device_pipe_hook != NULL && pipe(envpipe) == -1) {1994 (*device_pipe_hook)(envpipe[0]);
695 extern void (*device_pipe_hook) __P((int pipefd));