OpenVPN
|
#include <route.h>
Data Fields | |
unsigned int | flags |
DWORD | adapter_index |
uint8_t | hwaddr [6] |
struct route_gateway_address | gateway |
int | n_addrs |
struct route_gateway_address | addrs [RGI_N_ADDRESSES] |
DWORD route_gateway_info::adapter_index |
Definition at line 157 of file route.h.
Referenced by add_route(), get_default_gateway(), and print_default_gateway().
struct route_gateway_address route_gateway_info::addrs[RGI_N_ADDRESSES] |
Definition at line 171 of file route.h.
Referenced by add_block_local_routes(), and local_route().
unsigned int route_gateway_info::flags |
Definition at line 153 of file route.h.
Referenced by block_local_needed(), get_default_gateway(), get_special_addr(), init_route_list(), is_on_link(), local_route(), print_default_gateway(), push_peer_info(), redirect_default_route_to_vpn(), undo_redirect_default_route_to_vpn(), and warn_on_use_of_common_subnets().
struct route_gateway_address route_gateway_info::gateway |
Definition at line 166 of file route.h.
Referenced by add_block_local_item(), add_block_local_routes(), get_default_gateway(), get_special_addr(), init_route_list(), local_route(), print_default_gateway(), redirect_default_route_to_vpn(), undo_redirect_default_route_to_vpn(), and warn_on_use_of_common_subnets().
uint8_t route_gateway_info::hwaddr[6] |
Definition at line 163 of file route.h.
Referenced by get_default_gateway(), print_default_gateway(), and push_peer_info().
int route_gateway_info::n_addrs |
Definition at line 170 of file route.h.
Referenced by add_block_local_routes(), and local_route().