2.2.1.2.123 RIP_IF_STATS
The RIP_IF_STATS structure contains the RIP interface statistics. This structure is returned as part of the following methods:
RMIBEntryGetNext (section 3.1.4.32)
typedef struct _RIP_IF_STATS { ULONG RipIfOperState; ULONG RipIfInputPackets; ULONG RipIfOutputPackets; } RIP_IF_STATS, *PRIP_IF_STATS;
RipIfOperState: This MUST be one of the following values.
-
Value
Meaning
OPER_STATE_DOWN
0x00000001
Nonoperational
OPER_STATE_UP
0x00000002
Operational and can pass packets
OPER_STATE_SLEEPING
0x00000003
Sleeping
RipIfInputPackets: The count of the RIP interface input packets.
RipIfOutputPackets: The count of the RIP interface output packets.