|
OpenVPN
|
#include <ovpn_dco_win.h>
Data Fields | |
| LONG | LostInControlPackets |
| LONG | LostOutControlPackets |
| LONG | LostInDataPackets |
| LONG | LostOutDataPackets |
| LONG | ReceivedDataPackets |
| LONG | ReceivedControlPackets |
| LONG | SentControlPackets |
| LONG | SentDataPackets |
| LONG64 | TransportBytesSent |
| LONG64 | TransportBytesReceived |
| LONG64 | TunBytesSent |
| LONG64 | TunBytesReceived |
Definition at line 66 of file ovpn_dco_win.h.
| LONG _OVPN_STATS::LostInControlPackets |
Definition at line 67 of file ovpn_dco_win.h.
| LONG _OVPN_STATS::LostInDataPackets |
Definition at line 70 of file ovpn_dco_win.h.
| LONG _OVPN_STATS::LostOutControlPackets |
Definition at line 68 of file ovpn_dco_win.h.
| LONG _OVPN_STATS::LostOutDataPackets |
Definition at line 71 of file ovpn_dco_win.h.
| LONG _OVPN_STATS::ReceivedControlPackets |
Definition at line 74 of file ovpn_dco_win.h.
| LONG _OVPN_STATS::ReceivedDataPackets |
Definition at line 73 of file ovpn_dco_win.h.
| LONG _OVPN_STATS::SentControlPackets |
Definition at line 76 of file ovpn_dco_win.h.
| LONG _OVPN_STATS::SentDataPackets |
Definition at line 77 of file ovpn_dco_win.h.
| LONG64 _OVPN_STATS::TransportBytesReceived |
Definition at line 80 of file ovpn_dco_win.h.
Referenced by dco_get_peer_stats_fallback().
| LONG64 _OVPN_STATS::TransportBytesSent |
Definition at line 79 of file ovpn_dco_win.h.
Referenced by dco_get_peer_stats_fallback().
| LONG64 _OVPN_STATS::TunBytesReceived |
Definition at line 83 of file ovpn_dco_win.h.
Referenced by dco_get_peer_stats_fallback().
| LONG64 _OVPN_STATS::TunBytesSent |
Definition at line 82 of file ovpn_dco_win.h.
Referenced by dco_get_peer_stats_fallback().