|
OpenVAS Scanner 23.32.3
|

Data Fields | |
| struct interface_info * | dev |
| struct in6_addr | dest6 |
| unsigned long | mask |
| unsigned long | dest |
| unsigned long | metric |
Only used for v6_routethrough() and not routethrough(). routethrough() uses a local version of the myroutes struct.
| unsigned long myroute::dest |
Definition at line 66 of file pcap.c.
Referenced by routethrough().
| struct in6_addr myroute::dest6 |
Definition at line 64 of file pcap.c.
Referenced by getipv4routes().
| struct interface_info* myroute::dev |
Definition at line 63 of file pcap.c.
Referenced by getipv4routes(), getipv6routes(), routethrough(), and v6_routethrough().
| unsigned long myroute::mask |
Definition at line 65 of file pcap.c.
Referenced by getipv4routes(), getipv6routes(), and routethrough().
| unsigned long myroute::metric |
Definition at line 67 of file pcap.c.
Referenced by getipv4routes(), getipv6routes(), and routethrough().