OpenVPN
|
#include <route.h>
Data Fields | |
unsigned int | flags |
DWORD | adapter_index |
uint8_t | hwaddr [6] |
struct route_ipv6_gateway_address | gateway |
int | n_addrs |
struct route_ipv6_gateway_address | addrs [RGI_N_ADDRESSES] |
DWORD route_ipv6_gateway_info::adapter_index |
Definition at line 185 of file route.h.
Referenced by get_default_gateway_ipv6(), init_route_ipv6_list(), and print_default_gateway().
struct route_ipv6_gateway_address route_ipv6_gateway_info::addrs[RGI_N_ADDRESSES] |
unsigned int route_ipv6_gateway_info::flags |
Definition at line 181 of file route.h.
Referenced by get_default_gateway_ipv6(), init_route_ipv6_list(), and print_default_gateway().
struct route_ipv6_gateway_address route_ipv6_gateway_info::gateway |
Definition at line 198 of file route.h.
Referenced by get_default_gateway_ipv6(), init_route_ipv6_list(), and print_default_gateway().
uint8_t route_ipv6_gateway_info::hwaddr[6] |
Definition at line 195 of file route.h.
Referenced by print_default_gateway().