|
OpenVPN
|
#include <route.h>

Data Fields | |
| struct route_ipv6_option * | next |
| const char * | prefix |
| const char * | gateway |
| const char * | metric |
| int | table_id |
| const char* route_ipv6_option::gateway |
Definition at line 106 of file route.h.
Referenced by add_route_ipv6_to_option_list(), and init_route_ipv6().
| const char* route_ipv6_option::metric |
Definition at line 107 of file route.h.
Referenced by add_route_ipv6_to_option_list(), and init_route_ipv6().
| struct route_ipv6_option* route_ipv6_option::next |
Definition at line 104 of file route.h.
Referenced by add_route_ipv6_to_option_list(), and init_route_ipv6_list().
| const char* route_ipv6_option::prefix |
Definition at line 105 of file route.h.
Referenced by add_route_ipv6_to_option_list(), and init_route_ipv6().
| int route_ipv6_option::table_id |
Definition at line 108 of file route.h.
Referenced by add_route_ipv6_to_option_list(), and init_route_ipv6().