IPSEC_STATISTICS0 結構 (ipsectypes.h)
IPSEC_STATISTICS0結構是 IPsec 統計資料結構的最上層。 IPSEC_STATISTICS1 可供使用。
語法
typedef struct IPSEC_STATISTICS0_ {
IPSEC_AGGREGATE_SA_STATISTICS0 aggregateSaStatistics;
IPSEC_ESP_DROP_PACKET_STATISTICS0 espDropPacketStatistics;
IPSEC_AH_DROP_PACKET_STATISTICS0 ahDropPacketStatistics;
IPSEC_AGGREGATE_DROP_PACKET_STATISTICS0 aggregateDropPacketStatistics;
IPSEC_TRAFFIC_STATISTICS0 inboundTrafficStatistics;
IPSEC_TRAFFIC_STATISTICS0 outboundTrafficStatistics;
} IPSEC_STATISTICS0;
成員
aggregateSaStatistics
包含 IPsec 匯總 SA 統計資料的 IPSEC_AGGREGATE_SA_STATISTICS0結構。
espDropPacketStatistics
包含 IPsec ESP 卸載封包統計資料的IPSEC_ESP_DROP_PACKET_STATISTICS0結構。
ahDropPacketStatistics
包含 IPsec AH 卸載封包統計資料的IPSEC_AH_DROP_PACKET_STATISTICS0結構。
aggregateDropPacketStatistics
包含 IPsec 匯總卸載封包統計資料的IPSEC_AGGREGATE_DROP_PACKET_STATISTICS0結構。
inboundTrafficStatistics
包含 IPsec 輸入流量統計資料的IPSEC_TRAFFIC_STATISTICS0結構。
outboundTrafficStatistics
包含 IPsec 輸出流量統計資料的IPSEC_TRAFFIC_STATISTICS0結構。
需求
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
標頭 | ipsectypes.h |
另請參閱
IPSEC_AGGREGATE_DROP_PACKET_STATISTICS0
IPSEC_AGGREGATE_SA_STATISTICS0
IPSEC_AH_DROP_PACKET_STATISTICS0