OpenVAS Libraries  9.0.3
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 107 of file network.c.

Field Documentation

◆ fnc

int(* csc_hook_s::fnc) (int fd)

Definition at line 110 of file network.c.

◆ next

struct csc_hook_s* csc_hook_s::next

Definition at line 109 of file network.c.


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