2.2.1.2.165 IPRIP_IF_STATS
The IPRIP_IF_STATS structure contains per-interface statistics for the IPRIP. This structure is read-only. This structure is used in IPRIP_MIB_GET_INPUT_DATA (section 2.2.1.2.161) and IPRIP_MIB_GET_OUTPUT_DATA (section 2.2.1.2.162).
-
typedef struct _IPRIP_IF_STATS { DWORD IS_State; DWORD IS_SendFailures; DWORD IS_ReceiveFailures; DWORD IS_RequestsSent; DWORD IS_RequestsReceived; DWORD IS_ResponsesSent; DWORD IS_ResponsesReceived; DWORD IS_BadResponsePacketsReceived; DWORD IS_BadResponseEntriesReceived; DWORD IS_TriggeredUpdatesSent; } IPRIP_IF_STATS, *PIPRIP_IF_STATS;
IS_State: The IP RIP state on the interface. It MUST be a combination of one or more of the following values.
-
Value
Meaning
IPRIP_STATE_ENABLED
0x00000001
IP RIP is enabled.
IPRIP_STATE_BOUND
0x00000002
The socket is bound.
IS_SendFailures: The number of send failures on the interface.
IS_ReceiveFailures: The number of receive failures on the interface.
IS_RequestsSent: The number of requests sent on the interface.
IS_RequestsReceived: The number of requests received on the interface.
IS_ResponsesSent: The number of responses sent on the interface.
IS_ResponsesReceived: The number of responses received on the interface.
IS_BadResponsePacketsReceived: The number of bad response packets received.
IS_BadResponseEntriesReceived: The number of bad response entries received.
IS_TriggeredUpdatesSent: The number of triggered updates sent.