OpenVAS Scanner  7.0.0~git
csc_hook_s Struct Reference

Object to store a list of hooks for close_stream_connection. More...

Collaboration diagram for csc_hook_s:
Collaboration graph

Data Fields

struct csc_hook_snext
 
int(* fnc )(int fd)
 

Detailed Description

Object to store a list of hooks for close_stream_connection.

Definition at line 112 of file network.c.

Field Documentation

◆ fnc

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().

◆ next

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().


The documentation for this struct was generated from the following file: