|
OpenVAS Scanner 23.32.3
|
Object to store a list of hooks for close_stream_connection. More...

Data Fields | |
| struct csc_hook_s * | next |
| int(* | fnc )(int fd) |
Object to store a list of hooks for close_stream_connection.
| int(* csc_hook_s::fnc) (int fd) |
Definition at line 102 of file network.c.
Referenced by add_close_stream_connection_hook(), and run_csc_hooks().
| struct csc_hook_s* csc_hook_s::next |
Definition at line 101 of file network.c.
Referenced by add_close_stream_connection_hook(), and run_csc_hooks().