|
| openvpn::TunWin::Util::OPENVPN_EXCEPTION (tun_win_util) |
|
std::vector< TapGuidLuid > | openvpn::TunWin::Util::tap_guids (const Type tun_type) |
|
std::string | openvpn::TunWin::Util::tap_path (const TapNameGuidPair &tap) |
|
HANDLE | openvpn::TunWin::Util::tap_open (const Type tun_type, const TapNameGuidPairList &guids, std::string &path_opened, TapNameGuidPair &used) |
|
void | openvpn::TunWin::Util::tap_configure_topology_subnet (HANDLE th, const IP::Addr &local, const unsigned int prefix_len) |
|
void | openvpn::TunWin::Util::tap_configure_topology_net30 (HANDLE th, const IP::Addr &local_addr, const IP::Addr &remote_addr) |
|
void | openvpn::TunWin::Util::tap_set_media_status (HANDLE th, bool media_status) |
|
void | openvpn::TunWin::Util::tap_process_logging (HANDLE th) |
|
void | openvpn::TunWin::Util::dhcp_release (const InterfaceInfoList &ii, const DWORD adapter_index, std::ostream &os) |
|
void | openvpn::TunWin::Util::dhcp_renew (const InterfaceInfoList &ii, const DWORD adapter_index, std::ostream &os) |
|
void | openvpn::TunWin::Util::flush_arp (const DWORD adapter_index, std::ostream &os) |
|
const MIB_IPFORWARDTABLE * | openvpn::TunWin::Util::windows_routing_table () |
|
const MIB_IPFORWARD_TABLE2 * | openvpn::TunWin::Util::windows_routing_table2 (ADDRESS_FAMILY af) |
|
static SOCKADDR_INET | openvpn::TunWin::Util::TunIPHELPER::sockaddr_inet (short family, const std::string &addr) |
|
static DWORD | openvpn::TunWin::Util::TunIPHELPER::InterfaceLuid (const std::string &iface_name, PNET_LUID luid) |
|