|
OpenVPN
|
#include <ovpn_dco_win.h>
Data Fields | ||
| union { | ||
| SOCKADDR_IN Addr4 | ||
| SOCKADDR_IN6 Addr6 | ||
| } | Local | |
| union { | ||
| SOCKADDR_IN Addr4 | ||
| SOCKADDR_IN6 Addr6 | ||
| } | Remote | |
| OVPN_PROTO | Proto | |
Definition at line 35 of file ovpn_dco_win.h.
| SOCKADDR_IN _OVPN_NEW_PEER::Addr4 |
Definition at line 37 of file ovpn_dco_win.h.
Referenced by dco_p2p_new_peer().
| SOCKADDR_IN6 _OVPN_NEW_PEER::Addr6 |
Definition at line 38 of file ovpn_dco_win.h.
Referenced by dco_p2p_new_peer().
| union { ... } _OVPN_NEW_PEER::Local |
Referenced by dco_p2p_new_peer().
| OVPN_PROTO _OVPN_NEW_PEER::Proto |
Definition at line 46 of file ovpn_dco_win.h.
Referenced by dco_p2p_new_peer().
| union { ... } _OVPN_NEW_PEER::Remote |
Referenced by dco_p2p_new_peer().