Greenbone Vulnerability Management Libraries 22.8.0
route_entry Struct Reference
Collaboration diagram for route_entry:
Collaboration graph

Data Fields

gchar * interface
 
unsigned long mask
 
unsigned long dest
 

Detailed Description

Entry of routing table /proc/net/route

Definition at line 865 of file networking.c.

Field Documentation

◆ dest

unsigned long route_entry::dest

Definition at line 869 of file networking.c.

Referenced by get_routes().

◆ interface

gchar* route_entry::interface

Definition at line 867 of file networking.c.

Referenced by get_routes().

◆ mask

unsigned long route_entry::mask

Definition at line 868 of file networking.c.

Referenced by get_routes().


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