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 177 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 179 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 180 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 184 of file ovpn_dco_win.h.
int _OVPN_MP_IROUTE::Netbits |
Definition at line 182 of file ovpn_dco_win.h.
int _OVPN_MP_IROUTE::PeerId |
Definition at line 183 of file ovpn_dco_win.h.