<div class="content" name="IPRIP_IF_STATS" uuid="daf45a5b-7a73-4ede-ad54-8b3daed917d5"><p>The <b>IPRIP_IF_STATS</b> structure contains per-interface
statistics for the IPRIP. This structure is read-only. This structure is used
in <a href="45250002-d774-4bc2-ab2e-6992341b5f45" data-linktype="relative-path"><b>IPRIP_MIB_GET_INPUT_DATA (section 2.2.1.2.161)</b></a>
and <a href="4fc16996-6de7-4f99-8cea-40e1f42931e1" data-linktype="relative-path"><b>IPRIP_MIB_GET_OUTPUT_DATA (section 2.2.1.2.162)</b></a>.  
</p><dl>
<dd>
<div><pre> 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;
</pre></div>
</dd></dl><p><b>IS_State: </b>The IP RIP state on the interface.
It MUST be a combination of one or more of the following values.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>IPRIP_STATE_ENABLED 0x00000001</td>
  <td>IP RIP is enabled.</td>
 </tr><tr>
  <td>IPRIP_STATE_BOUND 0x00000002</td>
  <td>The socket is bound.</td>
 </tr></tbody></table>
</dd></dl><p><b>IS_SendFailures: </b>The number of send failures
on the interface.</p><p><b>IS_ReceiveFailures: </b>The number of receive
failures on the interface.</p><p><b>IS_RequestsSent: </b>The number of requests sent
on the interface.</p><p><b>IS_RequestsReceived: </b>The number of requests
received on the interface.</p><p><b>IS_ResponsesSent: </b>The number of responses sent
on the interface.</p><p><b>IS_ResponsesReceived: </b>The number of responses
received on the interface.</p><p><b>IS_BadResponsePacketsReceived: </b>The number of
bad response packets received.</p><p><b>IS_BadResponseEntriesReceived: </b>The number of
bad response entries received.</p><p><b>IS_TriggeredUpdatesSent: </b>The number of
triggered updates sent.</p></div>