|
OpenVPN
|
#include <route.h>

Data Fields | |
| struct route_ipv6 * | next |
| unsigned int | flags |
| struct in6_addr | network |
| unsigned int | netbits |
| struct in6_addr | gateway |
| int | metric |
| int | table_id |
| DWORD | adapter_index |
| DWORD route_ipv6::adapter_index |
Definition at line 144 of file route.h.
Referenced by do_route_ipv6_service(), and route_ipv6_ipapi().
| unsigned int route_ipv6::flags |
Definition at line 136 of file route.h.
Referenced by add_routes(), delete_routes(), do_route_ipv6_service(), and route_ipv6_ipapi().
| struct in6_addr route_ipv6::gateway |
Definition at line 139 of file route.h.
Referenced by do_route_ipv6_service(), local_route(), and route_ipv6_ipapi().
| int route_ipv6::metric |
Definition at line 140 of file route.h.
Referenced by do_route_ipv6_service(), and route_ipv6_ipapi().
| unsigned int route_ipv6::netbits |
Definition at line 138 of file route.h.
Referenced by do_route_ipv6_service(), and route_ipv6_ipapi().
| struct in6_addr route_ipv6::network |
Definition at line 137 of file route.h.
Referenced by do_route_ipv6_service(), local_route(), and route_ipv6_ipapi().
| struct route_ipv6* route_ipv6::next |
Definition at line 135 of file route.h.
Referenced by add_routes().