OpenVAS Scanner  7.0.0~git
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 226 of file nasl_builtin_nmap.c.

Field Documentation

◆ addr

gchar* traceroute_hop::addr

Host IP address.

Definition at line 228 of file nasl_builtin_nmap.c.

Referenced by current_host_reset(), save_traceroute_details(), and xmltag_open_hop().

◆ host

gchar* traceroute_hop::host

Hostname (or NULL if unavailable).

Definition at line 229 of file nasl_builtin_nmap.c.

Referenced by current_host_reset(), save_traceroute_details(), and xmltag_open_hop().

◆ rtt

gchar* traceroute_hop::rtt

Smoothed round time trip (or NULL if unavailable).

Definition at line 230 of file nasl_builtin_nmap.c.

Referenced by current_host_reset(), save_traceroute_details(), and xmltag_open_hop().


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