Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The MIBICMPINFO structure that contains the incoming and outgoing statistics for the ICMP.
This structure is used in MIB_ICMP (section 2.2.1.2.25) structure.
-
typedef struct _MIBICMPINFO { MIBICMPSTATS icmpInStats; MIBICMPSTATS icmpOutStats; } MIBICMPINFO;
icmpInStats: An MIBICMPSTATS (section 2.2.1.2.27) structure that contains the statistics for incoming ICMP messages.
icmpOutStats: An MIBICMPSTATS structure that contains the statistics for outgoing ICMP messages.