OpenVPN
|
#include <ovpn_dco_win.h>
Data Fields | ||
union { | ||
IN_ADDR Addr4 | ||
IN6_ADDR Addr6 | ||
} | Addr | |
int | Netbits | |
int | PeerId | |
int | IPv6 | |
Definition at line 186 of file ovpn_dco_win.h.
union { ... } _OVPN_MP_IROUTE::Addr |
Referenced by dco_win_add_iroute_ipv4(), dco_win_add_iroute_ipv6(), dco_win_del_iroute_ipv4(), and dco_win_del_iroute_ipv6().
IN_ADDR _OVPN_MP_IROUTE::Addr4 |
Definition at line 188 of file ovpn_dco_win.h.
Referenced by dco_win_add_iroute_ipv4(), and dco_win_del_iroute_ipv4().
IN6_ADDR _OVPN_MP_IROUTE::Addr6 |
Definition at line 189 of file ovpn_dco_win.h.
Referenced by dco_win_add_iroute_ipv6(), and dco_win_del_iroute_ipv6().
int _OVPN_MP_IROUTE::IPv6 |
Definition at line 193 of file ovpn_dco_win.h.
int _OVPN_MP_IROUTE::Netbits |
Definition at line 191 of file ovpn_dco_win.h.
int _OVPN_MP_IROUTE::PeerId |
Definition at line 192 of file ovpn_dco_win.h.