OpenVAS Scanner
7.0.0~git
|
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 115 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 114 of file network.c.
Referenced by add_close_stream_connection_hook(), and run_csc_hooks().