OpenVAS Scanner
7.0.1~git
|
Data Fields | |
unsigned short | dport |
unsigned long | when |
int | retries |
struct list * | prev |
struct list * | next |
Definition at line 259 of file nasl_builtin_synscan.c.
unsigned short list::dport |
Definition at line 261 of file nasl_builtin_synscan.c.
Referenced by add_packet(), get_packet(), rm_dead_packets(), rm_packet(), sendpacket(), and v6_sendpacket().
struct list* list::next |
Definition at line 265 of file nasl_builtin_synscan.c.
Referenced by add_packet(), get_packet(), rm_dead_packets(), rm_packet(), and vhosts_to_str().
struct list* list::prev |
Definition at line 264 of file nasl_builtin_synscan.c.
Referenced by add_packet(), rm_dead_packets(), and rm_packet().
int list::retries |
Definition at line 263 of file nasl_builtin_synscan.c.
Referenced by add_packet(), and rm_dead_packets().
unsigned long list::when |
Definition at line 262 of file nasl_builtin_synscan.c.
Referenced by add_packet(), and rm_dead_packets().