OpenVAS Scanner 22.7.9
myroute Struct Reference
Collaboration diagram for myroute:
Collaboration graph

Data Fields

struct interface_infodev
 
struct in6_addr dest6
 
unsigned long mask
 
unsigned long dest
 
unsigned long metric
 

Detailed Description

Only used for v6_routethrough() and not routethrough(). routethrough() uses a local version of the myroutes struct.

Definition at line 54 of file pcap.c.

Field Documentation

◆ dest

unsigned long myroute::dest

Definition at line 59 of file pcap.c.

Referenced by routethrough().

◆ dest6

struct in6_addr myroute::dest6

Definition at line 57 of file pcap.c.

Referenced by getipv4routes().

◆ dev

struct interface_info* myroute::dev

Definition at line 56 of file pcap.c.

Referenced by getipv4routes(), getipv6routes(), routethrough(), and v6_routethrough().

◆ mask

unsigned long myroute::mask

Definition at line 58 of file pcap.c.

Referenced by getipv4routes(), getipv6routes(), and routethrough().

◆ metric

unsigned long myroute::metric

Definition at line 60 of file pcap.c.

Referenced by getipv4routes(), getipv6routes(), routethrough(), and v6_routethrough().


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