OpenVAS Libraries  9.0.3
traceroute_hop Struct Reference

Describe a detected hop on the route. More...

Collaboration diagram for traceroute_hop:
Collaboration graph

Data Fields

gchar * addr
 
gchar * host
 
gchar * rtt
 

Detailed Description

Describe a detected hop on the route.

Definition at line 247 of file nasl_builtin_nmap.c.

Field Documentation

◆ addr

gchar* traceroute_hop::addr

Host IP address.

Definition at line 249 of file nasl_builtin_nmap.c.

◆ host

gchar* traceroute_hop::host

Hostname (or NULL if unavailable).

Definition at line 250 of file nasl_builtin_nmap.c.

◆ rtt

gchar* traceroute_hop::rtt

Smoothed round time trip (or NULL if unavailable).

Definition at line 251 of file nasl_builtin_nmap.c.


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