|
OpenVAS Scanner 23.40.3
|
#include <ipc.h>

Data Fields | |
| ipc_process_func | pre_func |
| ipc_process_func | func |
| ipc_process_func | post_func |
| void * | pre_arg |
| void * | func_arg |
| void * | post_arg |
| void * | shared_context |
| ipc_process_func ipc_exec_context::func |
Definition at line 54 of file ipc.h.
Referenced by create_ipc_process(), and ipc_exec_as_process().
| void* ipc_exec_context::func_arg |
Definition at line 58 of file ipc.h.
Referenced by create_ipc_process(), and ipc_exec_as_process().
| ipc_process_func ipc_exec_context::post_func |
Definition at line 56 of file ipc.h.
Referenced by create_ipc_process(), and ipc_exec_as_process().
| void* ipc_exec_context::pre_arg |
Definition at line 57 of file ipc.h.
Referenced by ipc_exec_as_process().
| ipc_process_func ipc_exec_context::pre_func |
Definition at line 52 of file ipc.h.
Referenced by create_ipc_process(), and ipc_exec_as_process().
| void* ipc_exec_context::shared_context |
Definition at line 60 of file ipc.h.
Referenced by ipc_exec_as_process().